~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_base.h

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define EOVERFLOW 84
31
31
#endif
32
32
 
33
 
#if !defined(USE_MY_FUNC) && !defined(THREAD)
34
 
#include <my_nosys.h>                   /* For faster code, after test */
35
 
#endif  /* USE_MY_FUNC */
36
33
#endif  /* stdin */
37
34
#include <my_list.h>
38
35