From d071f2c303e2286421d97c7b77bad47cf37f2d25 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 26 11月 2012 22:55:15 +0800 Subject: [PATCH] Netbeans project cleanup --- scpi/scpi_error.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scpi/scpi_error.h b/scpi/scpi_error.h index 7014424..b5da831 100644 --- a/scpi/scpi_error.h +++ b/scpi/scpi_error.h @@ -51,6 +51,8 @@ #define SCPI_ERROR_UNDEFINED_HEADER -113 #define SCPI_ERROR_PARAMETER_NOT_ALLOWED -108 #define SCPI_ERROR_MISSING_PARAMETER -109 +#define SCPI_ERROR_INVALID_SUFFIX -131 +#define SCPI_ERROR_SUFFIX_NOT_ALLOWED -138 #ifdef __cplusplus } -- Gitblit v1.9.1