mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 21:30:29 +02:00
* guile-snarf.c (parse_args): Abort if we haven't handled some
character type.
This commit is contained in:
parent
2a41ec7c7b
commit
ce05e3cd45
1 changed files with 3 additions and 0 deletions
|
@ -472,6 +472,9 @@ parse_args (char *keyword)
|
|||
else
|
||||
add_char (&arg, c);
|
||||
break;
|
||||
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
|
||||
c = arglist_getc (keyword);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue