From 317de9310f574bccc5e3bad31f79fd61ffbffce6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 18 Jun 2008 11:34:32 +0200
Subject: [PATCH] Added tNStr().

Rev: src/svalue.h:1.162
---
 src/svalue.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/svalue.h b/src/svalue.h
index 1727115ad7..8f95a22e2a 100644
--- a/src/svalue.h
+++ b/src/svalue.h
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: svalue.h,v 1.161 2008/06/05 15:16:14 mast Exp $
+|| $Id: svalue.h,v 1.162 2008/06/18 09:34:32 grubba Exp $
 */
 
 #ifndef SVALUE_H
@@ -201,6 +201,7 @@ struct svalue
 #define tProgram(X) "\005" X
 #define tStr "\006"
 #define tString "\006"
+#define tNStr(T) "\357" T
 #define tStr0 "\357" tZero
 #define tStr7 "\357" "\010\000\000\000\000\000\000\000\177"
 #define tStr8 "\357" "\010\000\000\000\000\000\000\000\377"
-- 
GitLab