Issue #9089: Remove references to intobject.c and intobject.h from comments.

This commit is contained in:
Mark Dickinson 2010-06-27 18:19:09 +00:00
parent 7ab54e4252
commit d19052c161
4 changed files with 19 additions and 4 deletions

View file

@ -10,7 +10,7 @@
your own types of attributes instead. Maybe you want to name your
local variables other than 'self'. If your object type is needed in
other files, you'll have to create a file "foobarobject.h"; see
intobject.h for an example. */
floatobject.h for an example. */
/* Xxo objects */