Ignore:
Timestamp:
05/31/10 15:20:34 (14 years ago)
Author:
tim
Message:

misc tweaks to run under python2.5-dbg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python2/include/class.h

    r196 r198  
    190190
    191191
    192 #include "talloc.h"
     192#include <talloc.h>
    193193
    194194#define CLASS(class,super_class)                                 \
     
    250250  ((Object)self)->__doc__ = string
    251251
    252 #define END_VIRTUAL return 1; };
     252#define END_VIRTUAL return 1; }
    253253
    254254#define VMETHOD(method)                         \
     
    366366  ((Object)obj)->__class__
    367367
    368 inline void Object_init(Object);
     368void Object_init(Object);
    369369
    370370extern struct Object_t __Object;
Note: See TracChangeset for help on using the changeset viewer.