aboutsummaryrefslogtreecommitdiffstats
path: root/pc/include
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-18 20:29:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-18 20:29:22 +0200
commitbd52c816f95a6aec471f194b94c2e195cf7f9988 (patch)
tree95afa5c273355441df78fdf1aeaa69d078945159 /pc/include
parentdd4d686a4181448171114d6fc6f4f8ae58394e16 (diff)
downloadegawk-bd52c816f95a6aec471f194b94c2e195cf7f9988.tar.gz
egawk-bd52c816f95a6aec471f194b94c2e195cf7f9988.tar.bz2
egawk-bd52c816f95a6aec471f194b94c2e195cf7f9988.zip
Cleanup the mainline PC code, and pc/ directory.
Diffstat (limited to 'pc/include')
-rw-r--r--pc/include/fcntl.h3
-rw-r--r--pc/include/process.h3
-rw-r--r--pc/include/stdio.h3
-rw-r--r--pc/include/stdlib.h3
-rw-r--r--pc/include/string.h3
-rw-r--r--pc/include/sys/stat.h3
-rw-r--r--pc/include/sys/types.h3
-rw-r--r--pc/include/time.h3
8 files changed, 0 insertions, 24 deletions
diff --git a/pc/include/fcntl.h b/pc/include/fcntl.h
deleted file mode 100644
index 5ebc7a6b..00000000
--- a/pc/include/fcntl.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef __STDC__
-#include <fcntl.h>
-#define __STDC__ 1
diff --git a/pc/include/process.h b/pc/include/process.h
deleted file mode 100644
index f511d5f7..00000000
--- a/pc/include/process.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef __STDC__
-#include <process.h>
-#define __STDC__ 1
diff --git a/pc/include/stdio.h b/pc/include/stdio.h
deleted file mode 100644
index 25fb7c97..00000000
--- a/pc/include/stdio.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef __STDC__
-#include <stdio.h>
-#define __STDC__ 1
diff --git a/pc/include/stdlib.h b/pc/include/stdlib.h
deleted file mode 100644
index 0789b242..00000000
--- a/pc/include/stdlib.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef __STDC__
-#include <stdlib.h>
-#define __STDC__ 1
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
diff --git a/pc/include/sys/stat.h b/pc/include/sys/stat.h
deleted file mode 100644
index 904d056e..00000000
--- a/pc/include/sys/stat.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef __STDC__
-#include <sys/stat.h>
-#define __STDC__ 1
diff --git a/pc/include/sys/types.h b/pc/include/sys/types.h
deleted file mode 100644
index b942dda8..00000000
--- a/pc/include/sys/types.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef __STDC__
-#include <sys/types.h>
-#define __STDC__ 1
diff --git a/pc/include/time.h b/pc/include/time.h
deleted file mode 100644
index b4a9ea3f..00000000
--- a/pc/include/time.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef __STDC__
-#include <time.h>
-#define __STDC__ 1