/[pspp]/pspp/src/expressions/helpers.h
ViewVC logotype

Diff of /pspp/src/expressions/helpers.h

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

revision 1.2 by blp, Wed Mar 9 18:02:16 2005 UTC revision 1.3 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 8  Line 8 
8  #include <gsl/gsl_sf.h>  #include <gsl/gsl_sf.h>
9  #include <limits.h>  #include <limits.h>
10  #include <math.h>  #include <math.h>
11  #include "bool.h"  #include <stdbool.h>
12  #include "case.h"  #include "case.h"
13  #include "data-in.h"  #include "data-in.h"
14  #include "dictionary.h"  #include "dictionary.h"
# Line 23  Line 23 
23  #include "var.h"  #include "var.h"
24  #include "vfm.h"  #include "vfm.h"
25    
26    #include "gettext.h"
27    #define _(msgid) gettext (msgid)
28    
29  static inline double check_errno (double x)  static inline double check_errno (double x)
30  {  {
31    return errno == 0 ? x : SYSMIS;    return errno == 0 ? x : SYSMIS;

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

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