Mercurial > hg > CbC > old > device
comparison mc-parse.c @ 6:bf602558130d
continuation
author | kono |
---|---|
date | Thu, 13 Jan 2000 13:41:09 +0900 |
parents | ca8e268dd7d4 |
children | e2c2c0fe0785 |
comparison
equal
deleted
inserted
replaced
5:3db1b6d78412 | 6:bf602558130d |
---|---|
714 if((t=car(type))==STRUCT || t==UNION) { | 714 if((t=car(type))==STRUCT || t==UNION) { |
715 nptr->ty = type; | 715 nptr->ty = type; |
716 } else | 716 } else |
717 error(TYERR); | 717 error(TYERR); |
718 } | 718 } |
719 printf("# nptr %s dsp %d args %d\n",nptr->nm?nptr->nm:"null",nptr->dsp,args); | |
719 return; | 720 return; |
720 case LDECL: | 721 case LDECL: |
721 if (stmode==REGISTER && reg_var <=MAX_REGISTER_VAR) { | 722 if (stmode==REGISTER && reg_var <=MAX_REGISTER_VAR) { |
722 if(!scalar(type)) /* non integer register type ... */ | 723 if(!scalar(type)) /* non integer register type ... */ |
723 error(DCERR); | 724 error(DCERR); |