forked from rpm-software-management/rpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up rpmuncompress not being compiled as C++
This one lone source got overlooked in the initial C++ enablement in commit 37cdcc2. C++ doesn't like jumping over variable declarations, so just move the declarations early to minimally fix the build. Nicely goes to show the danger of such hacks - you can always miss something. On the library side things are likely to blow up in linkage but you never know really.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters