This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

makinng "bad define placement" error more helpful


this is from guile-1.3.4pre libguile/eval.c, scm_ceval():

    case (127 & SCM_IM_DEFINE):	/* only for internal defines */
      scm_misc_error (NULL,
		      "Bad define placement: %S",
		      scm_listify (x, SCM_UNDEFINED));

thi

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]