/[mailutils]/mailutils/mail/if.c
ViewVC logotype

Diff of /mailutils/mail/if.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by polak, Sun Feb 9 12:33:01 2003 UTC revision 1.10 by gray, Sun Mar 23 22:49:53 2003 UTC
# Line 125  mail_if (int argc, char **argv) Line 125  mail_if (int argc, char **argv)
125    
126    
127  int  int
128  mail_else (int argc, char **argv)  mail_else (int argc ARG_UNUSED, char **argv ARG_UNUSED)
129  {  {
130    int cond;    int cond;
131    (void)argc; (void)argv;  
132    if (_cond_level == 0)    if (_cond_level == 0)
133      {      {
134        util_error(_("else without matching if"));        util_error(_("else without matching if"));
# Line 142  mail_else (int argc, char **argv) Line 142  mail_else (int argc, char **argv)
142  }  }
143    
144  int  int
145  mail_endif (int argc, char **argv)  mail_endif (int argc ARG_UNUSED, char **argv ARG_UNUSED)
146  {  {
   (void)argc; (void)argv;  
147    if (_cond_level == 0)    if (_cond_level == 0)
148      {      {
149        util_error(_("endif without matching if"));        util_error(_("endif without matching if"));

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26