guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: snarfer guard macro name decision: SCM_MAGIC_SNARFER


From: Thien-Thi Nguyen
Subject: Re: snarfer guard macro name decision: SCM_MAGIC_SNARFER
Date: Fri, 15 Mar 2002 07:56:49 -0800

   From: Thien-Thi Nguyen <address@hidden>
   Date: Thu, 14 Mar 2002 20:26:23 -0800

   i'll replace it with detection of the deprecated macros, which for
   1.6 would result in a warning, and 1.8 would result in an error.

here's guile-snarf commentary now (the bits that have changed):

# Usage: guile-snarf [-d | -D] [-o OUTFILE] INFILE [CPP-OPTIONS ...]
# [...]
# Optional arg "-d" means grep INFILE for deprecated macros and
# issue a warning if any are found.  Alternatively, "-D" means
# do the same thing but signal error and exit w/ non-zero status.

deprecrated macros listed in guile-snarf, tools.texi and NEWS:
 SCM_CONST_LONG
 SCM_VCELL
 SCM_VCELL_INIT
 SCM_GLOBAL_VCELL
 SCM_GLOBAL_VCELL_INIT

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]