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

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

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

revision 1.7 by erik, Mon Jan 15 09:15:02 1996 UTC revision 1.7.18.1 by miles, Fri Apr 4 06:21:10 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="note"     USUAL-OPSYS="note"
25    
# Line 85  NOTE-END  */ Line 85  NOTE-END  */
85  #undef BSTRING  #undef BSTRING
86  #define BSTRING  #define BSTRING
87    
 /* Macro definitions to emulate BSD functions with SysV ones */  
 #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  
   
88  /* This avoids problems with uninitialized static variables going in .data.  */  /* This avoids problems with uninitialized static variables going in .data.  */
89  #define static  #define static
90    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.18.1

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