1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 10:10:23 +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
*/
unsigned long val;
// SCM val
/* SCM val */
char *doc;
} scm_option;