version 1.2, 2025/02/28 20:06:07
|
version 1.4, 2025/03/09 15:20:18
|
Line 15
|
Line 15
|
* expression parser |
* expression parser |
* |
* |
* |
* |
* Author: Serena Willis <jpw@coherent-logic.com> |
* Author: Serena Willis <snw@coherent-logic.com> |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 2020, 2023 Coherent Logic Development LLC |
* Copyright (C) 2020, 2023 Coherent Logic Development LLC |
* |
* |
Line 5543 errexfun:
|
Line 5543 errexfun:
|
|
|
/* $STORAGE */ |
/* $STORAGE */ |
case 's': |
case 's': |
snprintf (a, 255 , "%d\201", DEFPSIZE); |
snprintf (a, 255 , "%ld\201", DEFPSIZE); |
goto exec; |
goto exec; |
|
|
/* $WITH */ |
/* $WITH */ |