~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to dbug/my_main.c

  • 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:
16
16
{
17
17
  register int result, ix;
18
18
  extern int factorial(int);
19
 
#if defined(HAVE_PTHREAD_INIT) && defined(THREAD)
 
19
#if defined(HAVE_PTHREAD_INIT)
20
20
  pthread_init();                       /* Must be called before DBUG_ENTER */
21
21
#endif
22
 
#ifdef THREAD
23
22
  my_thread_global_init();
24
 
#endif
25
23
  {
26
24
    DBUG_ENTER ("main");
27
25
    DBUG_PROCESS (argv[0]);