retire _PROTOTYPE
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@
|
||||
|
||||
int subtest;
|
||||
|
||||
_PROTOTYPE(void test8a, (void));
|
||||
_PROTOTYPE(void test8b, (void));
|
||||
void test8a(void);
|
||||
void test8b(void);
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user