/[pspp]/psppire/src/stubs.c
ViewVC logotype

Diff of /psppire/src/stubs.c

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

revision 1.5 by jmd, Sat Nov 12 07:52:06 2005 UTC revision 1.6 by jmd, Sun Dec 11 10:14:39 2005 UTC
# Line 19  void msg(int i, char *fmt, ...) Line 19  void msg(int i, char *fmt, ...)
19    va_end(ap);    va_end(ap);
20  }  }
21    
 int get_algorithm()  
 {  
   return 0;  
 }  
   
 int  
 safer_mode(void)  
 {  
   return 1;  
 }  
   
   
 int get_scompression(void)  
 {  
   return 0;  
 }  
   
   
22  void err_cond_fail(void)  void err_cond_fail(void)
23  {  {
24  }  }
# Line 58  err_vmsg (const struct error *e, const c Line 40  err_vmsg (const struct error *e, const c
40  }  }
41    
42    
   
 double  
 get_blanks(void)  
 {  
   return 1;  
 }  
   
   
 char  
 get_decimal(void)  
 {  
   return '.';  
 }  
   
   
 char  
 get_grouping(void)  
 {  
   return ',';  
 }  
   
   
   
 int  
 get_epoch (void)  
 {  
   return 2000 - 69;  
 }  
   
   
 static struct set_cust_currency set_cc[5];  
   
 const struct set_cust_currency *  
 get_cc(int i)  
 {  
   return &set_cc[i];  
 }  
   
   
43    
44  /* Puts the current file and line number in *FN and *LN, respectively,  /* Puts the current file and line number in *FN and *LN, respectively,
45     or NULL and -1 if none. */     or NULL and -1 if none. */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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