diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-18 20:29:22 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-18 20:29:22 +0200 |
commit | bd52c816f95a6aec471f194b94c2e195cf7f9988 (patch) | |
tree | 95afa5c273355441df78fdf1aeaa69d078945159 /pc/include/string.h | |
parent | dd4d686a4181448171114d6fc6f4f8ae58394e16 (diff) | |
download | egawk-bd52c816f95a6aec471f194b94c2e195cf7f9988.tar.gz egawk-bd52c816f95a6aec471f194b94c2e195cf7f9988.tar.bz2 egawk-bd52c816f95a6aec471f194b94c2e195cf7f9988.zip |
Cleanup the mainline PC code, and pc/ directory.
Diffstat (limited to 'pc/include/string.h')
-rw-r--r-- | pc/include/string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pc/include/string.h b/pc/include/string.h deleted file mode 100644 index 48e942fa..00000000 --- a/pc/include/string.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <string.h>
-#define __STDC__ 1
|