header file cleanups for new preprocessor
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 26 Jun 2001 22:38:49 +0000 (22:38 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 26 Jun 2001 22:38:49 +0000 (22:38 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@955 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/8051.h
device/include/8052.h
device/include/ds80c390.h
device/include/stdio.h
device/include/time.h
device/include/tinibios.h

index fb8c588f11e905f248fe2ecbbbf03da87637023b..4b6711efdf92d64d3bcf07f417fb1ded9a4ad4f6 100755 (executable)
@@ -172,4 +172,4 @@ sbit at 0xD7 CY   ;
 #define TF1_VECTOR      3       /* 0x1b timer 1 */
 #define SI0_VECTOR      4       /* 0x23 serial port 0 */
 
-#endif
\ No newline at end of file
+#endif
index cefe2ef7edf5545975c8e34387a39df65daf4cb1..cc23e6074fa4410d761ab6de9f7f62d7f8ef28f8 100755 (executable)
@@ -64,4 +64,4 @@ sbit at 0xCD RCLK     ;
 sbit at 0xCE EXF2      ;
 sbit at 0xCF TF2       ;
 
-#endif
\ No newline at end of file
+#endif
index b8cad5c05577a5af76708bf26944dbcf61d01334..3ff24aa42eb8ab6a5a7c6adfabd49ffa99824b8a 100755 (executable)
@@ -179,4 +179,4 @@ sfr at 0xf8 EIP; // extended interrupt priority
   sbit at 0xfe C0IP;
   sbit at 0xff CANBIP;
 
-#endif DS80C390_H
+#endif /* DS80C390_H */
index 8f96752ccb7d64021548fb3b4fa3a1f38a8b194c..a52815e0e28a197a21567c596a36a5c229f83318 100644 (file)
@@ -41,10 +41,4 @@ extern char *gets(char *);
 extern char getchar(void);
 extern void putchar(char);
 
-#endif __SDC51_STDIO_H
-
-
-
-
-
-
+#endif /* __SDC51_STDIO_H */
index 8cb2daf432b374255573fae5d1d18f22364d17a6..5f4e8854ec203a288ad184efd6c8c26666723c5e 100755 (executable)
@@ -40,4 +40,4 @@ time_t mktime(struct tm *timeptr);
 char *asctime(struct tm *timeptr);
 char *ctime(time_t *timep);
 
-#endif TIME_H
+#endif /* TIME_H */
index e52c7fe7d5a7e5d4674d47aacc4d2df77ae84f68..20168809354fd394ca419ea15679ac2a8faca214 100755 (executable)
@@ -96,4 +96,4 @@ void Serial1IrqHandler (void) interrupt 7;
 void ClockInit();
 void ClockIrqHandler (void) interrupt 1 _naked;
 
-#endif TINIBIOS_H
+#endif /* TINIBIOS_H */