/[mailutils]/mailutils/imap4d/search.c
ViewVC logotype

Diff of /mailutils/imap4d/search.c

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

revision 1.15 by gray, Tue Dec 10 15:23:52 2002 UTC revision 1.16 by polak, Tue Dec 24 08:25:36 2002 UTC
# Line 1  Line 1 
1  /* GNU mailutils - a suite of utilities for electronic mail  /* GNU Mailutils -- a suite of utilities for electronic mail
2     Copyright (C) 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or modify     GNU Mailutils is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2, or (at your option)     the Free Software Foundation; either version 2, or (at your option)
7     any later version.     any later version.
8    
9     This program is distributed in the hope that it will be useful,     GNU Mailutils is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.     GNU General Public License for more details.
13    
14     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software     along with GNU Mailutils; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
17    
18  #include "imap4d.h"  #include "imap4d.h"
# Line 481  parse_equiv_key (struct parsebuf *pb) Line 481  parse_equiv_key (struct parsebuf *pb)
481    if (parse_search_key_list (pb))    if (parse_search_key_list (pb))
482      {      {
483        /* shouldn't happen */        /* shouldn't happen */
484        syslog(LOG_CRIT, "%s:%d: INTERNAL ERROR", __FILE__, __LINE__);        syslog(LOG_CRIT, _("%s:%d: INTERNAL ERROR"), __FILE__, __LINE__);
485        abort ();        abort ();
486      }      }
487        
# Line 568  parse_simple_key (struct parsebuf *pb) Line 568  parse_simple_key (struct parsebuf *pb)
568                put_code (pb, (inst_t) parse_regmem (pb, set));                put_code (pb, (inst_t) parse_regmem (pb, set));
569                break;                break;
570              default:              default:
571                syslog(LOG_CRIT, "%s:%d: INTERNAL ERROR", __FILE__, __LINE__);                syslog(LOG_CRIT, _("%s:%d: INTERNAL ERROR"), __FILE__, __LINE__);
572                abort (); /* should never happen */                abort (); /* should never happen */
573              }              }
574          }            }  
# Line 635  _search_pop (struct parsebuf *pb) Line 635  _search_pop (struct parsebuf *pb)
635  {  {
636    if (pb->tos == 0)    if (pb->tos == 0)
637      {      {
638        syslog(LOG_CRIT, "%s:%d: INTERNAL ERROR", __FILE__, __LINE__);        syslog(LOG_CRIT, _("%s:%d: INTERNAL ERROR"), __FILE__, __LINE__);
639        abort (); /* shouldn't happen */        abort (); /* shouldn't happen */
640      }      }
641    return pb->stack[--pb->tos];    return pb->stack[--pb->tos];

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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