If the function is intended to be inlined, why we need prototype for it.
The INLINE function should have immediate implementation, and not prototype.
I will use the following macro to handle this.
#if defined(__GNUC__) /* && __GNUC__ > nnn */
# define INLINE __inline__
#elif defined(_MSC_VER) /*
ve #define INLINE __inline?
if yes, i have the same question: what vc++ are you using (version,
standard/professional/enterprise)??
- Original Message -
From: "Brent Dax" <[EMAIL PROTECTED]>
To: "Ritz Daniel" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
S
Ritz Daniel:
# w/o that extern in rx.h the msvc++ can't link and gcc does it
# with or w/o...
# Index: rx.h
# ===
# RCS file: /cvs/public/parrot/include/parrot/rx.h,v
# retrieving revision 1.11
# diff -u -r1.11 rx.h
# --- rx.h 18