schoonheids foutje
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 17 Jun 2001 12:58:31 +0000 (12:58 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 17 Jun 2001 12:58:31 +0000 (12:58 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@902 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/printfl.c

index 77b4cc4c13c893c1075e2ed1128c1e3e555d1b5b..3a86211a88de77c5bad451394314711b98ac84f8 100644 (file)
@@ -43,7 +43,8 @@
 #include <stdarg.h>
 #include <stdio.h>
 #ifndef __ds390
-#include <8051.h> // for the SP
+/* just for the SP */
+#include <8051.h>
 #endif
 
 static data volatile char ch;