/[pspp]/pspp/pref.h.orig
ViewVC logotype

Diff of /pspp/pref.h.orig

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

revision 1.8 by jmd, Wed Apr 13 10:09:59 2005 UTC revision 1.9 by blp, Sun Jul 31 21:42:47 2005 UTC
# Line 38  Line 38 
38     declarations on whether gcc is in use. */     declarations on whether gcc is in use. */
39  #if __GNUC__ > 1  #if __GNUC__ > 1
40  #define ATTRIBUTE(X) __attribute__ (X)  #define ATTRIBUTE(X) __attribute__ (X)
41    
42    /* Only necessary because of a wart in gnulib's xalloc.h. */
43    #define __attribute__(X) __attribute__ (X)
44  #else  #else
45  #define ATTRIBUTE(X)  #define ATTRIBUTE(X)
46  #endif  #endif
# Line 54  Line 57 
57  #define MALLOC_LIKE  #define MALLOC_LIKE
58  #endif  #endif
59    
 /* Internationalization. */  
 #include <libintl.h>  
   
 #if !ENABLE_NLS  
 /* If we don't do this then gettext() still monkeys with the  
    string, keeping gcc from checking printf() format types. */  
 #undef gettext  
 #define gettext(STRING) STRING  
 #endif  
   
 #define _(STRING) gettext(STRING)  
 #define N_(STRING) STRING  
   
60  /* Filesystems. */  /* Filesystems. */
61    
62  /* Directory separator and path delimiter for this OS. */  /* Directory separator and path delimiter for this OS. */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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