summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-03-04 16:09:54 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-03-04 16:09:54 +0000
commitb3ae3af8017221ca3b8ae47de396a2b471a7f7e9 (patch)
treed9cd3a95cc8b7116d4d70b8bb55327283e4811ff /flexdef.h
parentceaff6639ba32b60eaff4434e63e811052128a1b (diff)
internationalization aids
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index eee441c..58fdd19 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -65,6 +65,11 @@
#include <stdlib.h>
#endif
+/* As an aid for the internationalization patch to flex, which
+ * is maintained outside this distribution for copyright reasons.
+ */
+#define _(String) (String)
+
/* Always be prepared to generate an 8-bit scanner. */
#define CSIZE 256
#define Char unsigned char
@@ -842,7 +847,7 @@ extern void lerrif PROTO((const char[], int));
/* Report an error message formatted with one string argument. */
extern void lerrsf PROTO((const char[], const char[]));
-/* Spit out a "# line" statement. */
+/* Spit out a "#line" statement. */
extern void line_directive_out PROTO((FILE*, int));
/* Mark the current position in the action array as the end of the section 1