]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/frames.h
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / src / engine / frames.h
index 2e99f17370e90d6438398cb4f4524e2326216789..fd2ebe5c4e8f0ff6d513c2634860496772d3d60b 100644 (file)
@@ -25,6 +25,9 @@ struct frame
     OBJECT     * file;
     int          line;
     char const * rulename;
+#ifdef JAM_DEBUGGER
+    void       * function;
+#endif
 };