~ubuntu-branches/ubuntu/lucid/pixmap/lucid

« back to all changes in this revision

Viewing changes to PixEdit.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Slootman
  • Date: 2008-07-22 10:35:14 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080722103514-03215kiwlmmpma69
Tags: 2.6pl4-18
* really handle nostrip build option now, thanks to patch from Cesare
  Tirabassi from Ubuntu.
  closes:#491561
* Removed hack for getenv(), as it now seems to work, at least with stdlib.h
* included (also thanks to Cesare Tirabassi).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1867
1867
 
1868
1868
 
1869
1869
int
1870
 
main(argc, argv)
1871
 
    int    argc;
1872
 
    char  *argv[];
 
1870
main(int argc, char *argv[], char *envp[])
1873
1871
{
1874
1872
    int i, n;
1875
1873
    Arg wargs[5];