drop more tricky Revision CVS keyword

escl-fix-sleep-mode
Mikolaj Kucharski 2020-11-29 09:17:33 +00:00
rodzic 7de7c051fa
commit 4196d204f1
3 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -82,11 +82,6 @@ static void DBG(int level, const char *format, ...)
}
#else
/* Definitions which only apply to SANE compiles */
#ifndef VERSION
#define VERSION "$Revision$"
#endif
#define DEBUG_DECLARE_ONLY
#include "canon_pp.h"
#include "../include/sane/sanei_config.h"

Wyświetl plik

@ -72,11 +72,6 @@ static void DBG(int level, const char *format, ...)
}
#else
/* Definitions which only apply to SANE compiles */
#ifndef VERSION
#define VERSION "$Revision$"
#endif
/* Fix problem with DBG macro definition having a - in the name */
#define DEBUG_DECLARE_ONLY
#include "canon_pp.h"

Wyświetl plik

@ -58,10 +58,6 @@
#include "../include/sane/config.h"
#endif
#ifndef VERSION
#define VERSION "$Revision$"
#endif
#include <string.h>
#include <math.h>
#include <unistd.h>