RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   10-Sep-2014 22:13:19
  Branch: rpm-5_4                          Handle: 2014091020131800

  Modified files:           (Branch: rpm-5_4)
    rpm/rpmio               rpmmacro.h

  Log:
    - macro: stub in LCLINT refcounted attribute.

  Summary:
    Revision    Changes     Path
    2.56.4.7    +4  -0      rpm/rpmio/rpmmacro.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/rpmmacro.h
  ============================================================================
  $ cvs diff -u -r2.56.4.6 -r2.56.4.7 rpmmacro.h
  --- rpm/rpmio/rpmmacro.h      13 Aug 2014 17:43:08 -0000      2.56.4.6
  +++ rpm/rpmio/rpmmacro.h      10 Sep 2014 20:13:18 -0000      2.56.4.7
  @@ -21,6 +21,10 @@
       int      used;                   /*!< No. of expansions. */
       short level;             /*!< Scoping level. */
       unsigned short flags;    /*!< Flags. */
  +#if defined(__LCLINT__)
  +/*@refs@*/
  +    int nrefs;                       /*!< (unused) keep splint happy */
  +#endif
   };
   
   /*! The structure used to store the set of macros in a context. */
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to