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

Diff of /pspp/src/calendar.c

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

revision 1.1 by blp, Tue Mar 1 08:16:15 2005 UTC revision 1.2 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 1  Line 1 
1  #include <config.h>  #include <config.h>
2  #include "calendar.h"  #include "calendar.h"
3  #include <assert.h>  #include <assert.h>
4  #include "bool.h"  #include <stdbool.h>
5  #include "settings.h"  #include "settings.h"
6  #include "val.h"  #include "val.h"
7    
8    #include "gettext.h"
9    #define _(msgid) gettext (msgid)
10    
11  /* 14 Oct 1582. */  /* 14 Oct 1582. */
12  #define EPOCH (-577734)  #define EPOCH (-577734)
13    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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