~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/test_dir.c

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:30 UTC
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063230-4brxsra0qsmsg84q
Added -Wunused-macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
  MY_DIR        *a;
24
24
  uint          f;
25
 
  DBUG_ENTER ("main");
26
 
  DBUG_PROCESS (argv[0]);
27
 
 
28
 
  if (--argc > 0 && (*(++argv))[0] == '-' && (*argv)[1] == '#' )
29
 
    DBUG_PUSH (*argv+2);
30
25
 
31
26
  a = my_dir("./", 0);
32
27
  for (f = 0; f < a->number_off_files; f++)