~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/memory/root.h

  • Committer: Brian Aker
  • Date: 2010-05-18 23:22:48 UTC
  • mto: (1552.1.1 new-staging)
  • mto: This revision was merged to the branch mainline in revision 1541.
  • Revision ID: brian@gaz-20100518232248-if2h59fvihq92pws
Fix for non-portable vastart usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    return min_malloc != 0;
119
119
  }
120
120
  void free_root(myf MyFLAGS);
121
 
  void *multi_alloc_root(...);
 
121
  void *multi_alloc_root(int unused, ...);
122
122
 
123
123
};
124
124