View | Details | Raw Unified | Return to bug 19475
Collapse All | Expand All

(-)alias.c (+1 lines)
Lines 109-114 Link Here
109
	ap->val[len+1] = '\0';
109
	ap->val[len+1] = '\0';
110
	}
110
	}
111
#endif
111
#endif
112
	ap->flag = 0;
112
	ap->next = *app;
113
	ap->next = *app;
113
	*app = ap;
114
	*app = ap;
114
	INTON;
115
	INTON;

Return to bug 19475