From 539a212ec6a27a46610816ea2350e11c0a1b20a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 27 Sep 2000 21:26:03 +0200 Subject: [PATCH] Disabled #pike for this file, since it's supposed to work even with really old pikes. Rev: lib/modules/Parser.pmod/C.pmod:1.16 --- lib/modules/Parser.pmod/C.pmod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/modules/Parser.pmod/C.pmod b/lib/modules/Parser.pmod/C.pmod index 45ba0a1d67..1bb754b3af 100644 --- a/lib/modules/Parser.pmod/C.pmod +++ b/lib/modules/Parser.pmod/C.pmod @@ -1,4 +1,7 @@ -#pike __VERSION__ +/* This file needs to support pikes that don't understand "#pike". + * Some of them fail when they see an unknown cpp directive. + */ +/* #pike __VERSION__ */ mapping(string:string) global_groupings=(["{":"}","(":")","[":"]"]); -- GitLab