/[vdw]/trunk/obj_srvr.l
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/obj_srvr.l

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

revision 1 by dpavlin, Sun Feb 6 05:28:38 2005 UTC revision 3 by dpavlin, Sun Feb 6 14:32:43 2005 UTC
# Line 13  Line 13 
13    
14  #include <string.h>  #include <string.h>
15  #include "obj_srvr.h"  #include "obj_srvr.h"
16  #include "flexdef.h"  /*#include "flexdef.h"*/
17    
18  #ifdef VMS  #ifdef VMS
19  #include <unixio.h>  #include <unixio.h>
20  #endif  #endif
21    
22    /*
23  #include <string.h>  #include <string.h>
24  #include <stdlib.h>  #include <stdlib.h>
25  #include <unistd.h>  #include <unistd.h>
# Line 31  Line 32 
32  #include <errno.h>  #include <errno.h>
33  #include <time.h>  #include <time.h>
34  #include <timeb.h>  #include <timeb.h>
35    */
36    
37    #include <ctype.h>
38    #include <stdarg.h>
39    #include <stdio.h>
40    #include <stdlib.h>
41    #include <string.h>
42    #include <stdbool.h>
43    
44    
45  #define bcopy(s,d,l) memcpy(d,s,l)  #define bcopy(s,d,l) memcpy(d,s,l)
46  #define bzero(d,l)   memset(d,0,l)  #define bzero(d,l)   memset(d,0,l)
# Line 39  Line 49 
49  char                    buf[BUF_SIZE];  char                    buf[BUF_SIZE];
50  int sock;  int sock;
51    
52  #include "obj_srvr_tab.h"  #include "obj_srvr.tab.h"
53    
54  int  lineno   = 1;  int  lineno   = 1;
55  char mode;  char mode;

Legend:
Removed from v.1  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26