Ignore:
Timestamp:
May 22, 2003, 6:54:23 PM (23 years ago)
Author:
bird
Message:

Branding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxcat/emxcat.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r221 r222  
    2626
    2727#define VERSION "0.9d"
     28
    2829
    2930#define NORETURN volatile
     
    8485static void NORETURN usage (void)
    8586{
    86   fprintf (stderr, "emxcat " VERSION " -- "
     87  fprintf (stderr, "emxcat " VERSION " -- "
    8788           "Copyright (c) 1992-1995 by Eberhard Mattes\n\n");
    8889  fprintf (stderr, "Usage: emxcat [-D<symbol>]... -o <output_file> <input_file>...\n");
     
    9697{
    9798  void *p;
    98  
     99
    99100  p = malloc (n);
    100101  if (p == NULL)
     
    113114{
    114115  char *p;
    115  
     116
    116117  p = xmalloc (strlen (s) + 1);
    117118  strcpy (p, s);
     
    305306{
    306307  edge *e;
    307  
     308
    308309  v->mark = 1;
    309310  v->number = vn++;
Note: See TracChangeset for help on using the changeset viewer.