Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-aim-adverts.c packet-aim-chat.c packe

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 23 Mar 2004 12:36:06 -0600 (CST)
guy         2004/03/23 12:36:06 CST

  Modified files:
    .                    packet-aim-adverts.c packet-aim-chat.c 
                         packet-aim-chatnav.c 
                         packet-aim-directory.c packet-aim-icq.c 
                         packet-aim-invitation.c 
                         packet-aim-messaging.c packet-aim-oft.c 
                         packet-aim-popup.c packet-aim-stats.c 
                         packet-aim-translate.c 
                         packet-aim-userlookup.c 
  Log:
  Zero-length arrays are *not* valid in C89, even if GCC doesn't happen to
  have a problem with them; MSVC++, for example, doesn't handle them, so
  we comment them out.
  
  Revision  Changes    Path
  1.2       +5 -3      ethereal/packet-aim-adverts.c
  1.2       +5 -3      ethereal/packet-aim-chat.c
  1.2       +5 -3      ethereal/packet-aim-chatnav.c
  1.2       +9 -5      ethereal/packet-aim-directory.c
  1.2       +5 -3      ethereal/packet-aim-icq.c
  1.2       +5 -3      ethereal/packet-aim-invitation.c
  1.2       +5 -3      ethereal/packet-aim-messaging.c
  1.2       +9 -5      ethereal/packet-aim-oft.c
  1.2       +5 -3      ethereal/packet-aim-popup.c
  1.2       +5 -3      ethereal/packet-aim-stats.c
  1.2       +5 -3      ethereal/packet-aim-translate.c
  1.2       +5 -3      ethereal/packet-aim-userlookup.c