[Python-checkins] python/dist/src/Modules gcmodule.c,2.41,2.42

Neil Schemenauer nas@python.ca
Tue, 21 May 2002 09:28:21 -0700


nascheme@sourceforge.net wrote:
> Modified Files:
> 	gcmodule.c 
> Log Message:
> Add IS_TRACKED and IS_MOVED macros.  This makes a little more clear.

Ugh.  FYI, the way to fix these brain farts is with a command like
this:

   $ cvs admin -m2.42:'Add IS_TRACKED and IS_MOVED macros.  This makes the
   logic a little more clear.' Modules/gcmodule.c

Just be sure not to forget the module name!

  Neil