version 1.12, 2010/07/31 10:34:17
|
version 1.18.2.1, 2011/04/11 13:02:17
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.18 |
RPL/2 (R) version 4.0.22 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 20
|
Line 20
|
*/ |
*/ |
|
|
|
|
#include "rpl.conv.h" |
#include "rpl-conv.h" |
|
|
|
|
/* |
/* |
Line 215 instruction_alarm(struct_processus *s_et
|
Line 215 instruction_alarm(struct_processus *s_et
|
s_time_alarme.tm_year = (*s_time_actuel).tm_year; |
s_time_alarme.tm_year = (*s_time_actuel).tm_year; |
} |
} |
|
|
|
s_time_alarme.tm_isdst = 0; |
s_time_registre = s_time_alarme; |
s_time_registre = s_time_alarme; |
alarme = mktime(&s_time_alarme); |
alarme = mktime(&s_time_alarme); |
|
|
Line 336 instruction_alarm(struct_processus *s_et
|
Line 337 instruction_alarm(struct_processus *s_et
|
} |
} |
|
|
liberation(s_etat_processus, s_objet_argument); |
liberation(s_etat_processus, s_objet_argument); |
|
return; |
} |
} |
|
|
|
|