Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison main.c @ 98:51848a7584e0
__dead -> DEAD
author | David A. Holland |
---|---|
date | Mon, 10 Jun 2013 23:48:21 -0400 |
parents | 70d7ebeb4523 |
children | 600f36cd7353 |
comparison
equal
deleted
inserted
replaced
97:83ad94eec98f | 98:51848a7584e0 |
---|---|
507 } | 507 } |
508 | 508 |
509 //////////////////////////////////////////////////////////// | 509 //////////////////////////////////////////////////////////// |
510 // complex modes | 510 // complex modes |
511 | 511 |
512 __dead static | 512 DEAD static |
513 void | 513 void |
514 commandline_iremap(const struct place *p, char *str) | 514 commandline_iremap(const struct place *p, char *str) |
515 { | 515 { |
516 (void)p; | 516 (void)p; |
517 /* XXX */ | 517 /* XXX */ |
869 } | 869 } |
870 } | 870 } |
871 return false; | 871 return false; |
872 } | 872 } |
873 | 873 |
874 __dead static | 874 DEAD static |
875 void | 875 void |
876 usage(void) | 876 usage(void) |
877 { | 877 { |
878 fprintf(stderr, "Usage: %s [options] [infile [outfile]]\n", | 878 fprintf(stderr, "Usage: %s [options] [infile [outfile]]\n", |
879 getprogname()); | 879 getprogname()); |