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

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

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

revision 1.2 by jmd, Fri Apr 29 01:02:16 2005 UTC revision 1.3 by blp, Thu Nov 3 06:21:47 2005 UTC
# Line 33  enum expr_type Line 33  enum expr_type
33  struct dictionary;  struct dictionary;
34  struct expression;  struct expression;
35  struct ccase;  struct ccase;
36    struct pool;
37  union value;  union value;
38    
39  struct expression *expr_parse (struct dictionary *, enum expr_type);  struct expression *expr_parse (struct dictionary *, enum expr_type);
40    struct expression *expr_parse_pool (struct pool *,
41                                        struct dictionary *, enum expr_type);
42  void expr_free (struct expression *);  void expr_free (struct expression *);
43    
44  double expr_evaluate_num (struct expression *, const struct ccase *,  double expr_evaluate_num (struct expression *, const struct ccase *,

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