summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/asn1
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-07-16 15:03:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:08 -0500
commitc1010f666c7c91f6a0dd3a0709b3376e2a5066d1 (patch)
tree5cd421f279eb606118d0d4000df35e6acc186e14 /source4/heimdal/lib/asn1
parentc86e98aa8070137834f0587b613e215db8802f27 (diff)
downloadsamba-c1010f666c7c91f6a0dd3a0709b3376e2a5066d1.tar.gz
samba-c1010f666c7c91f6a0dd3a0709b3376e2a5066d1.tar.bz2
samba-c1010f666c7c91f6a0dd3a0709b3376e2a5066d1.zip
r23895: reapply rev 23493:
regenerate lex.c files with flex 2.5.33 this makes sure we include config.h as first header hopefully fixes the build on SerNet-aix abartlet: please don't revert that again with your next heimdal merge...:-) metze (This used to be commit 8da4e9a9ac0fb09a7b84de87e1671a8689e20fcb)
Diffstat (limited to 'source4/heimdal/lib/asn1')
-rw-r--r--source4/heimdal/lib/asn1/lex.c33
1 files changed, 6 insertions, 27 deletions
diff --git a/source4/heimdal/lib/asn1/lex.c b/source4/heimdal/lib/asn1/lex.c
index d628e4696f..fe488eb904 100644
--- a/source4/heimdal/lib/asn1/lex.c
+++ b/source4/heimdal/lib/asn1/lex.c
@@ -1,5 +1,6 @@
+#include "config.h"
-#line 3 "lex.c"
+#line 3 "lex.yy.c"
#define YY_INT_ALIGNED short int
@@ -342,9 +343,6 @@ FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
typedef int yy_state_type;
extern int yylineno;
-
-int yylineno = 1;
-
extern char *yytext;
#define yytext_ptr yytext
@@ -826,7 +824,7 @@ char *yytext;
* SUCH DAMAGE.
*/
-/* $Id: lex.l 18738 2006-10-21 11:57:22Z lha $ */
+/* $Id: lex.l,v 1.31 2006/10/21 11:57:22 lha Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -851,7 +849,7 @@ static unsigned lineno = 1;
static void unterminated(const char *, unsigned);
/* This is for broken old lexes (solaris 10 and hpux) */
-#line 855 "lex.c"
+#line 852 "lex.yy.c"
#define INITIAL 0
@@ -1006,7 +1004,7 @@ YY_DECL
#line 68 "lex.l"
-#line 1010 "lex.c"
+#line 1007 "lex.yy.c"
if ( !(yy_init) )
{
@@ -1675,7 +1673,7 @@ YY_RULE_SETUP
#line 274 "lex.l"
ECHO;
YY_BREAK
-#line 1679 "lex.c"
+#line 1676 "lex.yy.c"
case YY_STATE_EOF(INITIAL):
yyterminate();
@@ -2485,15 +2483,6 @@ static void yy_fatal_error (yyconst char* msg )
/* Accessor methods (get/set functions) to struct members. */
-/** Get the current line number.
- *
- */
-int yyget_lineno (void)
-{
-
- return yylineno;
-}
-
/** Get the input stream.
*
*/
@@ -2527,16 +2516,6 @@ char *yyget_text (void)
return yytext;
}
-/** Set the current line number.
- * @param line_number
- *
- */
-void yyset_lineno (int line_number )
-{
-
- yylineno = line_number;
-}
-
/** Set the input stream. This does not discard the current
* input buffer.
* @param in_str A readable stream.