diff src/variables.cc @ 1037:d383ec996ee1

[project @ 1995-01-17 03:20:16 by jwe]
author jwe
date Tue, 17 Jan 1995 03:20:23 +0000
parents dfe01093f657
children 1aa6f2edd975
line wrap: on
line diff
--- a/src/variables.cc	Mon Jan 16 19:17:57 1995 +0000
+++ b/src/variables.cc	Tue Jan 17 03:20:23 1995 +0000
@@ -1621,6 +1621,10 @@
   DEFVAR ("warn_divide_by_zero", SBV_warn_divide_by_zero, "true", 0, 0,
 	  1, warn_divide_by_zero,
     "on IEEE machines, allow divide by zero errors to be suppressed");
+
+  DEFVAR ("warn_function_name_clash", SBV_warn_function_name_clash,
+	  "true", 0, 0, 1, warn_function_name_clash,
+    "produce warning if function name conflicts with file name");
 }
 
 // Deleting names from the symbol tables.