Fix the remaining enum abuse over rpmParseState in librpmbuild
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Oct 2010 09:01:42 +0000 (12:01 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Oct 2010 09:01:42 +0000 (12:01 +0300)
commit94ea5ee25f0d341274d204907d35233117e0f671
tree3a0aab13c21d7ddaa13a7c34fce4674724dd715e
parentb3c6d5a39522815f86441dcb2512e2561ecdc711
Fix the remaining enum abuse over rpmParseState in librpmbuild
- rpmParseState uses might actually qualify for a true enum here
  but changing it would require changing half of librpmbuild and
  many of them mix the parse states, other error codes and whatnot
  in their types... just not worth the trouble, so use an int.
build/parseBuildInstallClean.c
build/parseSpec.c
build/rpmbuild_internal.h