src/cx/properties.h

changeset 1193
cfa44f3f5e3b
parent 1180
4c3a69b9723a
--- a/src/cx/properties.h	Tue Feb 11 21:05:24 2025 +0100
+++ b/src/cx/properties.h	Tue Feb 11 21:19:20 2025 +0100
@@ -59,12 +59,6 @@
     char delimiter;
 
     /**
-     * The character, when appearing at the end of a line, continues that line.
-     * This is '\' by default.
-     */
-    // char continuation; // TODO: line continuation in properties
-
-    /**
      * The first comment character.
      * This is '#' by default.
      */
@@ -81,6 +75,15 @@
      * This is not set by default.
      */
     char comment3;
+
+    /*
+     * The character, when appearing at the end of a line, continues that line.
+     * This is '\' by default.
+     */
+    /**
+     * Reserved for future use.
+     */
+    char continuation;
 };
 
 /**

mercurial