Sync with 5.4.0
[deliverable/titan.core.git] / core / RAW.hh
index c7328f45739856811d721098bf37f081d24bfe05..6bd656552983cf4876ce0c53ad5e5f152dfc06e8 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2000-2014 Ericsson Telecom AB
+// Copyright (c) 2000-2015 Ericsson Telecom AB
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the Eclipse Public License v1.0
 // which accompanies this distribution, and is available at
@@ -17,6 +17,8 @@ typedef bignum_st BIGNUM;
 #define RAW_INT_ENC_LENGTH 4
 #define REVERSE_BITS(b) (BitReverseTable[(b)&0xFF])
 
+#define RAW_INTX -1
+
 /**
  * \defgroup RAW RAW-related stuff.
  *
This page took 0.031413 seconds and 5 git commands to generate.