mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Shrink executable on non-Apple/non-MS platforms.
This commit is contained in:
@@ -785,6 +785,7 @@ static void InitializeVar(char const *str)
|
||||
return;
|
||||
}
|
||||
|
||||
#if defined(__APPLE__) || defined(__CYGWIN__)
|
||||
static char const pmsg1[] = {
|
||||
0x4c, 0x62, 0x68, 0x20, 0x6e, 0x63, 0x63, 0x72, 0x6e, 0x65, 0x20,
|
||||
0x67, 0x62, 0x20, 0x6f, 0x72, 0x20, 0x65, 0x68, 0x61, 0x61, 0x76,
|
||||
@@ -815,7 +816,6 @@ static char const pmsg2[] = {
|
||||
0x67, 0x6e, 0x65, 0x76, 0x79, 0x6c, 0x2e, 0x0a, 0x00
|
||||
};
|
||||
|
||||
#if defined(__APPLE__) || defined(__CYGWIN__)
|
||||
static void
|
||||
rkrphgvba(int x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user