- remove emacs layout block as suggested by Robert P.J. Day

- use shorter boilerplate while at it
This commit is contained in:
Bernhard Reutner-Fischer
2006-05-19 19:29:19 +00:00
parent d8e87a09d1
commit b1629b1b2a
57 changed files with 46 additions and 980 deletions

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
Copyright 2006, Bernhard Fischer
@ -99,9 +100,11 @@
#endif
/* ---- miscellaneous --------------------------------------- */
#if ENABLE_DEBUG_KEEP_NLS_CRAP
/* NLS stuff */
/* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
#define _(Text) Text
#define N_(Text) (Text)
#endif
#endif /* platform.h */