[BACK]Return to rpc_parse.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_parse.c between version 1.12 and 1.13

version 1.12, 2003/04/26 18:29:51 version 1.13, 2003/06/25 21:09:26
Line 64 
Line 64 
  * return the next definition you see   * return the next definition you see
  */   */
 definition *  definition *
 get_definition()  get_definition(void)
 {  {
         definition *defp;          definition *defp;
         token tok;          token tok;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13