[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/extern.h between version 1.3 and 1.4

version 1.3, 2003/09/28 07:57:57 version 1.4, 2003/12/02 09:00:07
Line 19 
Line 19 
 #include <stdio.h>  #include <stdio.h>
   
 struct lvalue {  struct lvalue {
         int load;          ssize_t load;
         int store;          ssize_t store;
 };  };
   
 int             yylex(void);  int             yylex(void);

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