1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00

* options.h (scm_option): Changed C++ commentary to C.

This commit is contained in:
Mikael Djurfeldt 2000-03-20 14:31:28 +00:00
parent 7a710745b4
commit 6099260c65

View file

@ -60,7 +60,7 @@ typedef struct scm_option
schizophrenic use: both SCM and int schizophrenic use: both SCM and int
*/ */
unsigned long val; unsigned long val;
// SCM val /* SCM val */
char *doc; char *doc;
} scm_option; } scm_option;