diff options
author | Stefan Bellon <[email protected]> | 2003-12-28 14:12:16 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2003-12-28 14:12:16 +0000 |
commit | 02ae08d6ef94c461c7aa82f50fb0c111cc8ead82 (patch) | |
tree | 3cb13daf0f20df967563036646b40836d412518e /scripts/conf-riscos/include/g10defs.h | |
parent | * keyserver.c (strip_leading_space, get_arg): New. (diff) | |
download | gnupg-02ae08d6ef94c461c7aa82f50fb0c111cc8ead82.tar.gz gnupg-02ae08d6ef94c461c7aa82f50fb0c111cc8ead82.zip |
cleaned up RISC OS code and removed lots of unnecessary stuff
Diffstat (limited to 'scripts/conf-riscos/include/g10defs.h')
-rw-r--r-- | scripts/conf-riscos/include/g10defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/conf-riscos/include/g10defs.h b/scripts/conf-riscos/include/g10defs.h index 6b47a6b38..08f4a7a0a 100644 --- a/scripts/conf-riscos/include/g10defs.h +++ b/scripts/conf-riscos/include/g10defs.h @@ -30,6 +30,8 @@ #define EXTSEP_C '/' #define DIRSEP_S "." #define EXTSEP_S "/" +#define SAFE_VERSION_DOT '/' +#define SAFE_VERSION_DASH '-' /* This file defines some basic constants for the MPI machinery. We * need to define the types on a per-CPU basis, so it is done with |