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:   28-Jun-2016 09:16:43
  Branch: rpm-5_4                          Handle: 2016062807164200

  Modified files:           (Branch: rpm-5_4)
    rpm/rpmio               macro.c

  Log:
    - rename RPMIOPOOL_INTERP_RUN -> RPMIOPOOL_INTERP_EXPAND.

  Summary:
    Revision    Changes     Path
    2.249.2.33  +10 -10     rpm/rpmio/macro.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/macro.c
  ============================================================================
  $ cvs diff -u -r2.249.2.32 -r2.249.2.33 macro.c
  --- rpm/rpmio/macro.c 27 Jun 2016 03:05:57 -0000      2.249.2.32
  +++ rpm/rpmio/macro.c 28 Jun 2016 07:16:42 -0000      2.249.2.33
  @@ -1905,7 +1905,7 @@
                continue;
        }
   
  -#define      RPMIOPOOL_INTERP_RUN(XY)                        \
  +#define      RPMIOPOOL_INTERP_EXPAND(XY)                     \
       {                                                        \
        char ** av = NULL;                              \
        char * script = parseEmbedded(s, (size_t)(se-s), &av); \
  @@ -2010,7 +2010,7 @@
   
   #ifdef       WITH_FICL
        if (STREQ("ficl", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(ficl)
  +         RPMIOPOOL_INTERP_EXPAND(ficl)
            continue;
        }
   #endif
  @@ -2077,14 +2077,14 @@
   
   #ifdef       WITH_JNIEMBED
        if (STREQ("jni", f, fn) || STREQ("java", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(jni)
  +         RPMIOPOOL_INTERP_EXPAND(jni)
            continue;
        }
   #endif
   
   #ifdef       WITH_MRBEMBED
        if (STREQ("mrb", f, fn) || STREQ("mruby", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(mrb)
  +         RPMIOPOOL_INTERP_EXPAND(mrb)
            continue;
        }
   #endif
  @@ -2178,21 +2178,21 @@
   
   #ifdef       WITH_PERLEMBED
        if (STREQ("perl", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(perl)
  +         RPMIOPOOL_INTERP_EXPAND(perl)
            continue;
        }
   #endif
   
   #ifdef       WITH_PYTHONEMBED
        if (STREQ("python", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(python)
  +         RPMIOPOOL_INTERP_EXPAND(python)
            continue;
        }
   #endif
   
   #ifdef       WITH_RUBYEMBED
        if (STREQ("ruby", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(ruby)
  +         RPMIOPOOL_INTERP_EXPAND(ruby)
            continue;
        }
   #endif
  @@ -2243,21 +2243,21 @@
   
   #ifdef       WITH_SQLITE
        if (STREQ("sql", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(sql)
  +         RPMIOPOOL_INTERP_EXPAND(sql)
            continue;
        }
   #endif
   
   #ifdef       WITH_SQUIRREL
        if (STREQ("squirrel", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(squirrel)
  +         RPMIOPOOL_INTERP_EXPAND(squirrel)
            continue;
        }
   #endif
   
   #ifdef       WITH_TCL
        if (STREQ("tcl", f, fn)) {
  -         RPMIOPOOL_INTERP_RUN(tcl)
  +         RPMIOPOOL_INTERP_EXPAND(tcl)
            continue;
        }
   #endif
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to