Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 14:41:02 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/games/mille comp.c end.c extern.c init.c mille.c mille.h misc.c move.c print.c roll.c save.c types.c varpush.c
Message-ID:  <200205282141.g4SLf3224788@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/05/28 14:41:02 PDT

  Modified files:
    games/mille          comp.c end.c extern.c init.c mille.c 
                         mille.h misc.c move.c print.c roll.c 
                         save.c types.c varpush.c 
  Log:
  Make almost WARNS=5 compliant:
  
  ANSI'fy function declarations.
  Constify some globals and function paramters.
  Remove unsused arguments.
  Fix (rename) shadowed variables.
  
  Revision  Changes    Path
  1.6       +4 -7      src/games/mille/comp.c
  1.7       +6 -8      src/games/mille/end.c
  1.4       +7 -6      src/games/mille/extern.c
  1.6       +9 -9      src/games/mille/init.c
  1.14      +7 -8      src/games/mille/mille.c
  1.10      +5 -4      src/games/mille/mille.h
  1.11      +8 -10     src/games/mille/misc.c
  1.9       +13 -18    src/games/mille/move.c
  1.7       +10 -13    src/games/mille/print.c
  1.7       +3 -4      src/games/mille/roll.c
  1.9       +8 -9      src/games/mille/save.c
  1.6       +5 -5      src/games/mille/types.c
  1.7       +3 -5      src/games/mille/varpush.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205282141.g4SLf3224788>