~ubuntu-branches/ubuntu/trusty/netrek-client-cow/trusty

« back to all changes in this revision

Viewing changes to mkcflags.c

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2009-01-13 14:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090113143056-frwx0lk99n0dh4fh
Tags: 3.2.9-1
* New upstream release.
  + Resolve license issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
  strcat (pigcall, "-STABLE");
136
136
#endif
137
137
 
138
 
#ifdef ALPHACODER
139
 
  strcat (pigcall, ", Alpha ver. ");
140
 
  strcat (pigcall, ALPHACODER);
141
 
  strcat (pigcall, "-");
142
 
  strcat (pigcall, ALPHAREF);
143
 
#endif
144
 
 
145
138
  return (pigcall);
146
139
}
147
140