[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.1 and 1.2

version 1.1, 2003/09/25 19:32:44 version 1.2, 2003/09/26 07:02:52
Line 19 
Line 19 
 #include <stdio.h>  #include <stdio.h>
   
 struct lvalue {  struct lvalue {
         int load;          int load;
         int store;          int store;
 };  };
   

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