~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/list.cc

  • Committer: Brian Aker
  • Date: 2008-11-22 00:57:28 UTC
  • Revision ID: brian@tangent.org-20081122005728-iratrqrj5o6jbf6d
Fix, partial, for Sun Studio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  Code for handling dubble-linked lists in C
18
18
*/
19
19
 
 
20
#include <stdlib.h>
20
21
#include "mysys_priv.h"
21
22
#include <my_list.h>
22
23