diff options
Diffstat (limited to 'textproc/c2man/files/patch-lex.l')
-rw-r--r-- | textproc/c2man/files/patch-lex.l | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/textproc/c2man/files/patch-lex.l b/textproc/c2man/files/patch-lex.l deleted file mode 100644 index 0d4178f7d706..000000000000 --- a/textproc/c2man/files/patch-lex.l +++ /dev/null @@ -1,10 +0,0 @@ ---- lex.l.orig 2000-02-25 01:41:11 UTC -+++ lex.l -@@ -167,6 +167,7 @@ QUOTED ({STRING}|\'(\\\'|[^'\n])*\'|\\. - <INITIAL>float return T_FLOAT; - <INITIAL>int return T_INT; - <INITIAL>void return T_VOID; -+<INITIAL>__builtin_va_list return T_VALIST; - <INITIAL>long return T_LONG; - <INITIAL>short return T_SHORT; - <INITIAL>signed return T_SIGNED; |