libscpi/src/units.c
@@ -38,6 +38,7 @@ #include "scpi/parser.h" #include "scpi/units.h" #include "utils_private.h" #include "scpi/utils.h" #include "scpi/error.h" #include "lexer_private.h" @@ -233,6 +234,8 @@ value->special = FALSE; result = TRUE; break; default: break; } switch(param.type) { @@ -250,6 +253,8 @@ case SCPI_TOKEN_OCTNUM: value->base = 8; break; default: break; } switch(param.type) {