# | Line 98 | Line 98 | cputs(void) /* interactive error */ | |
---|---|---|
98 | ||
99 | void | |
100 | wputs( /* warning message */ | |
101 | < | char *s |
101 | > | const char *s |
102 | ) | |
103 | { | |
104 | if (!nowarn) | |
# | Line 108 | Line 108 | wputs( /* warning message */ | |
108 | ||
109 | void | |
110 | eputs( /* put string to stderr */ | |
111 | < | register char *s |
111 | > | const char *s |
112 | ) | |
113 | { | |
114 | static int inln = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |