summaryrefslogtreecommitdiff
path: root/plan9/config.plan9
diff options
context:
space:
mode:
Diffstat (limited to 'plan9/config.plan9')
-rw-r--r--plan9/config.plan912
1 files changed, 0 insertions, 12 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 24b3075f71..a1ec401e82 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -1311,19 +1311,7 @@
* If defined, this macro indicates that the C compiler can handle
* function prototypes.
*/
-/* _:
- * This macro is used to declare function parameters for folks who want
- * to make declarations with prototypes using a different style than
- * the above macros. Use double parentheses. For example:
- *
- * int main _((int argc, char *argv[]));
- */
#define CAN_PROTOTYPE /**/
-#ifdef CAN_PROTOTYPE
-#define _(args) args /* config-skip */
-#else
-#define _(args) () /* config-skip */
-#endif
/* RANDBITS:
* This symbol contains the number of bits of random number the rand()