Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-2284

Repeated macro definition

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • WT2.8.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      As reported by a user on GitHub:

      I find that pg_row_entries macro is repeated, in btmem.h line 470:
      #define pg_row_entries u.row.entries
      #define pg_row_entries u.row.entries
      it should be
      #undef pg_row_entries
      #define pg_row_entries u.row.entries
      Is that right?

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: