bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unnecessary stdarg.h in glr.c


From: Paul Eggert
Subject: unnecessary stdarg.h in glr.c
Date: Thu, 12 Oct 2006 21:11:46 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

I installed this:

2006-10-12  Paul Eggert  <address@hidden>

        * data/glr.c: Don't include <stdarg.h>; not used.

--- data/glr.c  6 Oct 2006 06:57:00 -0000       1.189
+++ data/glr.c  13 Oct 2006 04:08:56 -0000
@@ -241,7 +241,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdarg.h>

 #ifndef YY_
 # if YYENABLE_NLS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]