|
|
| version 1.8, 2025/03/22 04:47:18 | version 1.9, 2025/03/24 01:32:22 |
|---|---|
| Line 24 | Line 24 |
| * along with FreeM. If not, see <https://www.gnu.org/licenses/>. | * along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
| * | * |
| * $Log$ | * $Log$ |
| * Revision 1.9 2025/03/24 01:32:22 snw | |
| * Guard declaration of time function in expr.c for portability | |
| * | |
| * Revision 1.8 2025/03/22 04:47:18 snw | * Revision 1.8 2025/03/22 04:47:18 snw |
| * Silently truncate long names in STRING exprs when evaluates to an obsolete MDC standard | * Silently truncate long names in STRING exprs when evaluates to an obsolete MDC standard |
| * | * |
| Line 138 | Line 141 |
| #define GET 'Y' | #define GET 'Y' |
| #define GETX ':' | #define GETX ':' |
| #if !defined(__OpenBSD__) && !defined(_AIX) && !defined(__osf__) && !defined(MSDOS) && !defined(__vax__) | #if !defined(__OpenBSD__) && !defined(_AIX) && !defined(__osf__) && !defined(MSDOS) && !defined(__vax__) && !defined(__OS2__) |
| long time (); | long time (); |
| #endif | #endif |
| void cond_round (char *a, int digits); | void cond_round (char *a, int digits); |