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:
parent
7a710745b4
commit
6099260c65
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue