Move the RPMVERSION constant among its friends in depends.c
- Doesn't make any difference, just grouping similar goo in one spot.
This commit is contained in:
parent
2f54c245dd
commit
892bf4eb86
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "debug.h"
|
||||
|
||||
const char * const RPMVERSION = VERSION;
|
||||
|
||||
const char * const rpmNAME = PACKAGE;
|
||||
|
||||
const char * const rpmEVR = VERSION;
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
#include "lib/misc.h"
|
||||
#include "debug.h"
|
||||
|
||||
/* just to put a marker in librpm.a */
|
||||
const char * const RPMVERSION = VERSION;
|
||||
|
||||
unsigned int hashFunctionString(const char * string)
|
||||
{
|
||||
/* Jenkins One-at-a-time hash */
|
||||
|
|
Loading…
Reference in New Issue