Diff for /freem/src/expr.c between versions 1.18 and 1.19

version 1.18, 2025/05/02 16:30:16 version 1.19, 2026/01/16 20:31:56
Line 24 Line 24
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   Revision 1.19  2026/01/16 20:31:56  snw
    *   Fix LBLUNDEF error on reverse $QUERY
    *
  *   Revision 1.18  2025/05/02 16:30:16  snw   *   Revision 1.18  2025/05/02 16:30:16  snw
  *   Fix broken build due to time issues   *   Fix broken build due to time issues
  *   *
Line 2326  f20: Line 2329  f20:
   
                         /* set up for calling into polyfill wrapper */                          /* set up for calling into polyfill wrapper */
                         code[0] = '\201';                          code[0] = '\201';
                         stcpy (code, "$^%ZREVQRY\201");                          stcpy (code, "$%ZREVQRY^%ZREVQRY\201");
   
                         codptr = code;                          codptr = code;
   

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>