1
0
mirror of synced 2026-01-13 15:37:38 +00:00

guard didn't include #endif

This commit is contained in:
Larry Masinter 2021-03-17 12:22:40 -07:00 committed by Larry Masinter
parent 5a83a9cd8f
commit 1d81350714
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -1,4 +1,4 @@
/* This file written from LLSUBRS on 16-Mar-2021 23:02:48 */
/* This file written from LLSUBRS on 17-Mar-2021 11:14:28 */
/* Do not edit this file! Instead, edit the list \initsubrs */
/* on the lisp file LLSUBRS and then call WRITECALLSUBRS to */
/* generate a new version. */
@ -147,3 +147,4 @@
/* Assigned USER SUBR numbers */
#define user_subr_DUMMY 012
#define user_subr_SAMPLE_USER_SUBR 00
#endif