> > May I ask why you don't want to go with something like: > > #define DESCR(x) typedef int postgresql_foo_bar > > Because it doesn't work. > $ cat z.c > typedef int postgresql_foo_bar; > typedef int postgresql_foo_bar; > $ gcc -c z.c > z.c:2: redefinition of `postgresql_foo_bar' > z.c:1: `postgresql_foo_bar' previously declared here
Ah, you got me there, Tom. Guess I had to know better than to mess with you C-guys unless I'd better make sure I'd double-checked ;-)) Anyway, thanx again and guys are doing a great job !! Frank. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])