Ignore:
Timestamp:
Aug 5, 2023, 1:08:10 PM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
6d5790d
Parents:
419985c
Message:

remove static from Exception macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/common.hfa

    r419985c r76acb60  
    1010// Created On       : Wed Jul 11 17:54:36 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Aug  5 11:52:08 2023
    13 // Update Count     : 26
     12// Last Modified On : Sat Aug  5 13:05:27 2023
     13// Update Count     : 32
    1414//
    1515
     
    1717
    1818// TEMPORARY
    19 #define Exception( name ) exception name{}; static vtable( name ) name ## _vt
     19#define Exception( name ) exception name{}; vtable( name ) name ## _vt
    2020#define Throw( name ) throw (name){ &name ## _vt }
    2121
Note: See TracChangeset for help on using the changeset viewer.