File: factqury.h-01.v6.23-bgfx.diff

package info (click to toggle)
python-clips 1.0.7.348%2Bclips-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,376 kB
  • ctags: 2,544
  • sloc: ansic: 17,065; python: 5,668; sh: 20; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ../clipssrc_orig/factqury.h	Wed Jan 19 19:11:38 2005
+++ ../clipssrc/factqury.h	Sun Jan 22 15:48:08 2006
@@ -18,6 +18,8 @@
 /* Revision History:                                         */
 /*      6.23: Added fact-set queries.                        */
 /*                                                           */
+/*      6.24: Corrected errors when compiling as a C++ file. */
+/*                                                           */
 /*************************************************************/
 
 #ifndef _H_factqury
@@ -31,7 +33,7 @@
 
 typedef struct query_template
   {
-   struct deftemplate *template;
+   struct deftemplate *templatePtr;
    struct query_template *chain, *nxt;
   } QUERY_TEMPLATE;