Module Name: src Committed By: christos Date: Sun Apr 23 01:57:36 UTC 2017
Modified Files: src/include: vis.h Log Message: Add vis DQ. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/include/vis.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/vis.h diff -u src/include/vis.h:1.24 src/include/vis.h:1.25 --- src/include/vis.h:1.24 Thu Jan 14 15:42:14 2016 +++ src/include/vis.h Sat Apr 22 21:57:36 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: vis.h,v 1.24 2016/01/14 20:42:14 christos Exp $ */ +/* $NetBSD: vis.h,v 1.25 2017/04/23 01:57:36 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -51,6 +51,7 @@ #define VIS_NL 0x0010 /* also encode newline */ #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) #define VIS_SAFE 0x0020 /* only encode "unsafe" characters */ +#define VIS_DQ 0x8000 /* also encode double quotes */ /* * other