summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/com_err/lex.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-11-12 13:15:57 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-11-15 01:25:06 +0000
commit192a555c9ab425fa8e18ee5bed84a8c2fd527200 (patch)
tree606eed615fb8d1f17228315e24c3b7b3ab49dc35 /source4/heimdal/lib/com_err/lex.c
parentf20cf610809d74aff58a3711a0405f243da5dce4 (diff)
downloadsamba-192a555c9ab425fa8e18ee5bed84a8c2fd527200.tar.gz
samba-192a555c9ab425fa8e18ee5bed84a8c2fd527200.tar.bz2
samba-192a555c9ab425fa8e18ee5bed84a8c2fd527200.zip
heimdal regenate lex and yacc files
Diffstat (limited to 'source4/heimdal/lib/com_err/lex.c')
-rw-r--r--source4/heimdal/lib/com_err/lex.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/heimdal/lib/com_err/lex.c b/source4/heimdal/lib/com_err/lex.c
index 3b17cd7035..bf33e3ad0e 100644
--- a/source4/heimdal/lib/com_err/lex.c
+++ b/source4/heimdal/lib/com_err/lex.c
@@ -1,6 +1,6 @@
#include "config.h"
-#line 3 "heimdal/lib/com_err/lex.c"
+#line 3 ""
#define YY_INT_ALIGNED short int
@@ -527,7 +527,7 @@ static int getstring(void);
#undef ECHO
-#line 530 "heimdal/lib/com_err/lex.c"
+#line 530 ""
#define INITIAL 0
@@ -711,7 +711,7 @@ YY_DECL
#line 57 "lex.l"
-#line 714 "heimdal/lib/com_err/lex.c"
+#line 714 ""
if ( !(yy_init) )
{
@@ -875,7 +875,7 @@ YY_RULE_SETUP
#line 73 "lex.l"
ECHO;
YY_BREAK
-#line 878 "heimdal/lib/com_err/lex.c"
+#line 878 ""
case YY_STATE_EOF(INITIAL):
yyterminate();
@@ -1899,7 +1899,7 @@ getstring(void)
continue;
}
if(c == '\n'){
- lex_err_message("unterminated string");
+ error_message("unterminated string");
lineno++;
break;
}
@@ -1919,7 +1919,7 @@ getstring(void)
}
void
-lex_err_message (const char *format, ...)
+error_message (const char *format, ...)
{
va_list args;