|
From: <kin...@us...> - 2025-09-25 11:24:24
|
Revision: 7489
http://sourceforge.net/p/teem/code/7489
Author: kindlmann
Date: 2025-09-25 11:24:21 +0000 (Thu, 25 Sep 2025)
Log Message:
-----------
removing errant debugging printf
Modified Paths:
--------------
teem/trunk/src/hest/parsest.c
Modified: teem/trunk/src/hest/parsest.c
===================================================================
--- teem/trunk/src/hest/parsest.c 2025-09-25 11:17:20 UTC (rev 7488)
+++ teem/trunk/src/hest/parsest.c 2025-09-25 11:24:21 UTC (rev 7489)
@@ -551,9 +551,9 @@
topHin = (hist->len //
? hist->hin + hist->len - 1
: NULL);
- printf("!%s: nast = %s, |stack| = %u, topHin = %p\n", __func__,
- airEnumStr(nast_ae, nast), hist->len, AIR_VOIDP(topHin));
- // we have a token, is it turning off commenting?
+ // printf("!%s: nast = %s, |stack| = %u, topHin = %p\n", __func__,
+ // airEnumStr(nast_ae, nast), hist->len, AIR_VOIDP(topHin));
+ // we have a token, is it turning off commenting?
if (hparm->respectDashBraceComments && !strcmp("}-", tharg->str)) {
if (!topHin) {
biffAddf(HEST, "%s%s(iter %u, on %s) unexpected empty stack (0)", _ME_, iters,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|