~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: mordred
  • Date: 2008-11-01 08:40:42 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: mordred@opensolaris-20081101084042-wu2211vwfr8tmvzg
A set of Solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include <mysys/my_alloc.h>
35
35
 
 
36
/* Sun Studio does not inject this into main namespace yet */
 
37
#if defined(__cplusplus)
 
38
  using std::FILE;
 
39
#endif 
 
40
 
36
41
#define MY_INIT(name);          { my_progname= name; my_init(); }
37
42
 
38
43
#define ERRMSGSIZE      (SC_MAXWIDTH)   /* Max length of a error message */