1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

updated RISC OS stuff

This commit is contained in:
Stefan Bellon 2002-09-12 16:25:36 +00:00
parent da2cb3910d
commit 3782e1595e
7 changed files with 32 additions and 0 deletions

View file

@ -99,7 +99,11 @@ make_filename( const char *first_part, ... )
va_list arg_ptr ;
size_t n;
const char *s;
#ifndef __riscos__
char *name, *home, *p;
#else
char *name, *p;
#endif
va_start( arg_ptr, first_part ) ;
n = strlen(first_part)+1;