Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / JAWS / clients / WebSTONE / src / debug.h
blob1c0d4af0a3beb0c79ef9d1aa2e6250f6026b9593
1 /**************************************************************************
2 * *
3 * Copyright (C) 1995 Silicon Graphics, Inc. *
4 * *
5 * These coded instructions, statements, and computer programs were *
6 * developed by SGI for public use. If any changes are made to this code*
7 * please try to get the changes back to the author. Feel free to make *
8 * modifications and changes to the code and release it. *
9 * *
10 **************************************************************************/
11 #ifndef __DEBUG_H__
13 #define D_PRINTF debug && fprintf(debugfile,
14 #define D_FLUSH );fflush(debugfile)
16 #define __DEBUG_H__
17 #endif