better support for c++

This commit is contained in:
Jeff Hill
2003-05-16 00:01:55 +00:00
parent fa320889e3
commit 69a8bc6fd7

View File

@@ -20,7 +20,7 @@
#include "shareLib.h"
#ifndef stringOf
# ifdef __STDC__
# if defined (__STDC__ ) || defined (__cplusplus)
# define stringOf(TOKEN) #TOKEN
# else
# define stringOf(TOKEN) "TOKEN"