mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Issue #370 - Clarify type as double
This commit is contained in:
parent
7974ce9da2
commit
d76c1e9806
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const char *tag_names[] = {
|
|||
/*c_opaque_tag */ , "opaque"
|
||||
/*cond_var_tag */ , "condition variable"
|
||||
/*cvar_tag */ , "C primitive"
|
||||
/*double_tag */ , "number"
|
||||
/*double_tag */ , "double"
|
||||
/*eof_tag */ , "eof"
|
||||
/*forward_tag */ , ""
|
||||
/*integer_tag */ , "number"
|
||||
|
|
Loading…
Add table
Reference in a new issue