X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fspecifier.h;h=918d06d8a55fc96a207760cd8fc0f78f7fde1397;hb=dc745854625e6c7b8fb441c6fb4a521857a5cce0;hp=ac006a350c12f614043457c001cdc6cf4677a68e;hpb=3198ed8319f99e19a14447745f4f93e4b4522961;p=chise%2Fxemacs-chise.git.1 diff --git a/src/specifier.h b/src/specifier.h index ac006a3..918d06d 100644 --- a/src/specifier.h +++ b/src/specifier.h @@ -154,7 +154,7 @@ struct specifier_methods This method must presume that both INSTANTIATOR and MATCHSPEC are already validated by the corresponding validate_* methods, and - may abort if they are invalid. + may ABORT if they are invalid. Return value is an instance, which is returned immediately to the caller, or Qunbound to continue instantiation lookup chain. @@ -417,7 +417,7 @@ struct specifier_caching /* #### get image instances out of domains! */ -/* #### I think the following should abort() rather than return nil +/* #### I think the following should ABORT() rather than return nil when an invalid domain is given; much more likely we'll catch design errors early. --ben */