version 1.14, 2010/08/09 13:51:47
|
version 1.17, 2010/08/26 19:07:35
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.18 |
RPL/2 (R) version 4.0.19 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 134 fusible(void *argument)
|
Line 134 fusible(void *argument)
|
} |
} |
|
|
# else |
# else |
if ((*s_etat_processus).langue == 'F') |
|
{ |
struct_processus *s_etat_processus; |
printf("+++Attention : Support indisponible sous OS/2\n"); |
|
} |
s_etat_processus = argument; |
else |
|
{ |
if ((*s_etat_processus).langue == 'F') |
printf("+++Attention : Function unavailable\n"); |
{ |
} |
printf("+++Attention : Support indisponible sous OS/2\n"); |
|
} |
|
else |
|
{ |
|
printf("+++Warning : Function unavailable\n"); |
|
} |
# endif |
# endif |
|
|
pthread_exit(NULL); |
pthread_exit(NULL); |