From af4e630a29e8ddcb11f377d3b0e6f6d580040313 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周五, 12 12月 2014 17:50:29 +0800
Subject: [PATCH] Parser refactoring

---
 libscpi/inc/scpi/error.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libscpi/inc/scpi/error.h b/libscpi/inc/scpi/error.h
index 27ad31b..0e21a96 100644
--- a/libscpi/inc/scpi/error.h
+++ b/libscpi/inc/scpi/error.h
@@ -62,6 +62,7 @@
     X(SCPI_ERROR_INVALID_SUFFIX,       -131, "Invalid suffix")                 \
     X(SCPI_ERROR_SUFFIX_NOT_ALLOWED,   -138, "Suffix not allowed")             \
     X(SCPI_ERROR_INVALID_STRING_DATA,  -151, "Invalid string data")            \
+    X(SCPI_ERROR_INVALID_BLOCK_DATA,   -161, "Invalid block data")             \
     X(SCPI_ERROR_EXECUTION_ERROR,      -200, "Execution error")                \
     X(SCPI_ERROR_ILLEGAL_PARAMETER_VALUE,-224,"Illegal parameter value")       \
     X(SCPI_ERROR_SYSTEM_ERROR,         -310, "System error")                   \

--
Gitblit v1.9.1