Ignore:
Timestamp:
Mar 2, 2025, 2:58:57 PM (11 months ago)
Author:
kyoung <lseo@…>
Branches:
master
Children:
195f43d, 31df72b
Parents:
b8b64c34
git-author:
kyoung <lseo@…> (03/01/25 00:00:59)
git-committer:
kyoung <lseo@…> (03/02/25 14:58:57)
Message:

Make it possible to fulfil a future by loading an exception like ucpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/Exception.hfa

    rb8b64c34 r3483185  
    66#define ExceptionArgs( name, args... ) &name ## _vt, args
    77#define ExceptionInst( name, args... ) (name){ ExceptionArgs( name, args ) }
     8#define ExceptionPtr( E ) (exception_t *) & E
Note: See TracChangeset for help on using the changeset viewer.