/[m4]/m4/src/m4.h
ViewVC logotype

Diff of /m4/src/m4.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by gary, Sun May 1 11:10:05 2005 UTC revision 1.15 by gary, Wed May 4 22:02:07 2005 UTC
# Line 93  char *mktemp (); Line 93  char *mktemp ();
93  # define setlocale(Category, Locale)  # define setlocale(Category, Locale)
94  #endif  #endif
95    
96    #if HAVE_SIGNAL_H
97    # include <signal.h>
98    #elif HAVE_SYS_SIGNAL_H
99    # include <sys/signal.h>
100    #endif
101    
102  #include "ltdl.h"  #include "ltdl.h"
103    
104  /* Error handling.  */  /* Error handling.  */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26