/[pspp]/pspp/src/command.c
ViewVC logotype

Diff of /pspp/src/command.c

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

revision 1.26 by blp, Sun Jul 31 05:39:50 2005 UTC revision 1.27 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 28  Line 28 
28  #include "dictionary.h"  #include "dictionary.h"
29  #include "error.h"  #include "error.h"
30  #include "glob.h"  #include "glob.h"
31  #include "getline.h"  #include "getl.h"
32  #include "lexer.h"  #include "lexer.h"
33  #include "main.h"  #include "main.h"
34  #include "settings.h"  #include "settings.h"
# Line 45  Line 45 
45  #if HAVE_SYS_WAIT_H  #if HAVE_SYS_WAIT_H
46  #include <sys/wait.h>  #include <sys/wait.h>
47  #endif  #endif
48    
49    #include "gettext.h"
50    #define _(msgid) gettext (msgid)
51    #define N_(msgid) msgid
52    
53  /* Global variables. */  /* Global variables. */
54    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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