diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-25 19:50:34 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:32 +0100 |
commit | 12215fadf8c0122ff9da58ebaab49fde5247d378 (patch) | |
tree | 85fb87bd0fb757fb433eab95c3ebcbcee23ec876 /source4/heimdal/lib/com_err | |
parent | cfd09eed406704e51f40010dc0de664809def4cc (diff) | |
download | samba-12215fadf8c0122ff9da58ebaab49fde5247d378.tar.gz samba-12215fadf8c0122ff9da58ebaab49fde5247d378.tar.bz2 samba-12215fadf8c0122ff9da58ebaab49fde5247d378.zip |
r25732: import updated parse.y files from lorikeet-heimdal
I wonder why they're not updated as the parse.[ch]
are generated from the new versions already...
metze
(This used to be commit 9735715a0f2c8ea0c6ff5ba5adde6b6a6fb43aed)
Diffstat (limited to 'source4/heimdal/lib/com_err')
-rw-r--r-- | source4/heimdal/lib/com_err/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/com_err/parse.y b/source4/heimdal/lib/com_err/parse.y index 6174d6ae7f..315931389f 100644 --- a/source4/heimdal/lib/com_err/parse.y +++ b/source4/heimdal/lib/com_err/parse.y @@ -35,7 +35,7 @@ #include "compile_et.h" #include "lex.h" -RCSID("$Id: parse.y,v 1.15 2005/06/16 19:21:42 lha Exp $"); +RCSID("$Id: parse.y 15426 2005-06-16 19:21:42Z lha $"); void yyerror (char *s); static long name2number(const char *str); |