fix "printf("%4.1f\n", (double)0.0);"
[unix-history] / usr / src / lib / libc / stdio / putchar.c
index d23300c..7a4f729 100644 (file)
@@ -1,6 +1,6 @@
-#ifndef lint
-static char sccsid[] = "@(#)putchar.c  5.1 (Berkeley) %G%";
-#endif not lint
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)putchar.c  5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
 
 /*
  * A subroutine version of the macro putchar
 
 /*
  * A subroutine version of the macro putchar