bison-patches
[Top][All Lists]
Advanced

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

files.c should include stdio-safer.h


From: Paul Eggert
Subject: files.c should include stdio-safer.h
Date: Sun, 22 May 2005 18:16:01 -0000

I installed this to fix a typo in yesterday's changes:

2005-05-22  Paul Eggert  <address@hidden>

        * src/files.c: Include "stdio-safer.h"; this fixes a typo in
        the previous change.

--- files.c.~1.88.~     2005-05-22 01:04:06 -0700
+++ files.c     2005-05-22 10:50:16 -0700
@@ -32,6 +32,7 @@
 #include "files.h"
 #include "getargs.h"
 #include "gram.h"
+#include "stdio-safer.h"
 
 /* From basename.c.  Almost a lie, as it returns a char *. */
 const char *base_name (char const *name);




reply via email to

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