changeset 1979:d7d22af7dbd3

[project @ 1996-02-27 00:19:00 by jwe]
author jwe
date Tue, 27 Feb 1996 00:19:00 +0000
parents 7291daadce9d
children 88aa1d1ed4af
files src/defun.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/defun.h
+++ b/src/defun.h
@@ -70,7 +70,7 @@
 // quoted string, and the name of the structure has to be passed too.
 
 #define DEFCONSTX(name, sname, defn, inst_as_fcn, sv_fcn, doc) \
-  DEFVAR_INT (#name, sname, defn, inst_as_fcn, 0, sv_fcn, doc); \
+  DEFVAR_INT (name, sname, defn, inst_as_fcn, 0, sv_fcn, doc); \
   DEFVAR_INT ("__" ## name ## "__", X ## sname, defn, 0, 1, sv_fcn, doc)
 
 // How builtin variables are actually installed.