~ubuntu-branches/ubuntu/oneiric/pmccabe/oneiric

« back to all changes in this revision

Viewing changes to pmccabe.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Bame
  • Date: 2003-11-26 12:06:55 UTC
  • Revision ID: james.westby@ubuntu.com-20031126120655-3qhopks428jlcbhe
Tags: 2.3-1
* you can use "class" as an identifier in C code now.  Thanks to
  xianjie zhang for an excellent bug report.
* closes: 340368

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#endif
21
21
 
22
22
static char _RcsVersion[] = "@(#)REV: $Header: /gjd/tools/pmccabe/pmccabe.c 1.23 2001/01/26 23:00:34 bame Exp $";
23
 
static const char _Version[] = "@(#) pmccabe 2.2";
 
23
static const char _Version[] = "@(#) pmccabe 2.3";
24
24
 
25
25
int Cyco = 0;
26
26
int Softbuild = 0;