Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 07:36:18 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make buf.c buf.h cond.c for.c main.c parse.c str.c str.h var.c var.h var_modify.c
Message-ID:  <200502020736.j127aI8w016791@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-02-02 07:36:18 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         buf.c buf.h cond.c for.c main.c parse.c 
                         str.c str.h var.c var.h var_modify.c 
  Log:
  Convert several typedefs from beeing pointers to structs to be the structs
  itself. This will ease constification (think of what 'const Ptr foo'
  means if Ptr is a pointer to a struct).
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  
  Revision  Changes    Path
  1.26      +13 -13    src/usr.bin/make/buf.c
  1.18      +13 -13    src/usr.bin/make/buf.h
  1.35      +4 -3      src/usr.bin/make/cond.c
  1.30      +3 -3      src/usr.bin/make/for.c
  1.114     +2 -1      src/usr.bin/make/main.c
  1.70      +2 -2      src/usr.bin/make/parse.c
  1.37      +2 -1      src/usr.bin/make/str.c
  1.2       +3 -2      src/usr.bin/make/str.h
  1.60      +11 -11    src/usr.bin/make/var.c
  1.5       +33 -30    src/usr.bin/make/var.h
  1.9       +9 -9      src/usr.bin/make/var_modify.c



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