/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/utils.c

  • Committer: Gustav Hartvigsson
  • Date: 2015-03-26 11:42:01 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150326114201-7mr8g8db9apotwts
* cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    fprintf (stderr, YELLOW "[DEBUG] " (char *) format RESET, args);
69
69
    va_end (args);
70
70
  }
71
 
#elif
 
71
#else
72
72
  void s_dbg_print (const char * format, ...) {
73
73
    /* do nothing */
74
74
  }