OUPS! printing text here was really not good idea!

This commit is contained in:
Manoel Trapier 2013-03-21 16:08:43 +01:00 committed by Manoël Trapier
parent d853b7f2fb
commit 4cb35a7d72

View File

@ -351,7 +351,7 @@ void outsym(sym_p sp)
{ {
byte *p; byte *p;
unsigned int num; unsigned int num;
printf("May do something nasty... (%s)", __func__); /*printf("May do something nasty... (%s)", __func__);*/
if (sp->s_name[0] == '.') { if (sp->s_name[0] == '.') {
num = atoi(&sp->s_name[1]); num = atoi(&sp->s_name[1]);
if (num < 256) { if (num < 256) {