Repeated macro definition

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Trivial - P5
    • WT2.8.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • 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 (Inactive)
            Reporter:
            Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: