/[emacs]/emacs/src/m/wicat.h
ViewVC logotype

Diff of /emacs/src/m/wicat.h

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

revision 1.8 by schwab, Mon Apr 15 13:22:38 2002 UTC revision 1.8.2.1 by miles, Fri Apr 4 06:21:12 2003 UTC
# Line 19  the Free Software Foundation, Inc., 59 T Line 19  the Free Software Foundation, Inc., 59 T
19  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
20    
21    
22  /* The following line tells the configuration script what sort of  /* The following line tells the configuration script what sort of
23     operating system this machine is likely to run.     operating system this machine is likely to run.
24     USUAL-OPSYS="usg5-2"  */     USUAL-OPSYS="usg5-2"  */
25    
# Line 111  Boston, MA 02111-1307, USA.  */ Line 111  Boston, MA 02111-1307, USA.  */
111    
112  #undef BSTRING  #undef BSTRING
113    
 #ifdef BSTRING  
 #undef bcopy  
 #undef bzero  
 #undef bcmp  
   
 #define bcopy(a,b,s)    memcpy(b,a,s)  
 #define bzero(a,s)      memset(a,0,s)  
 #define bcmp            memcmp  
 #endif  
   
114  /*  /*
115   * Define optimflags if you want to optimize.   * Define optimflags if you want to optimize.
116   *      - Set to null string for pre-4.2 C compiler   *      - Set to null string for pre-4.2 C compiler

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26