/[cvs]/stack/stack.h
ViewVC logotype

Diff of /stack/stack.h

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

revision 1.26 by masse, Mon Aug 11 14:31:48 2003 UTC revision 1.28 by masse, Mon Aug 18 14:39:16 2003 UTC
# Line 45  Line 45 
45  #include <sys/wait.h>  #include <sys/wait.h>
46  /* va_list, va_start, va_arg, va_end */  /* va_list, va_start, va_arg, va_end */
47  #include <stdarg.h>  #include <stdarg.h>
48    /* time */
49    #include <time.h>
50    
51  #ifdef __linux__  #ifdef __linux__
52  /* mtrace, muntrace */  /* mtrace, muntrace */
# Line 151  typedef struct { Line 153  typedef struct {
153    
154    
155  void init_env(environment*);  void init_env(environment*);
156  void printerr(environment*, const char*);  void printerr(environment*);
157  extern void toss(environment*);  extern void toss(environment*);
158  symbol **hash(hashtbl, const char*);  symbol **hash(hashtbl, const char*);
159  value* new_val(environment*);  value* new_val(environment*);
# Line 238  void assocgen(environment*, funcp); Line 240  void assocgen(environment*, funcp);
240  extern void sx_646f(environment *);  extern void sx_646f(environment *);
241  extern void sx_6f70656e(environment*);  extern void sx_6f70656e(environment*);
242  extern void sx_636c6f7365(environment*);  extern void sx_636c6f7365(environment*);
243  int check_args(environment*, ...);  int check_args(environment*, int, ...);

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

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26