Merge pull request #16125 from opensourcerouting/ts-expand-fix-guard

lib: make `python/ts_expand.py` actually work
This commit is contained in:
Donald Sharp 2024-05-31 10:48:15 -04:00 committed by GitHub
commit b1f404322e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@
#ifndef _FRR_ATOMLIST_H #ifndef _FRR_ATOMLIST_H
#define _FRR_ATOMLIST_H #define _FRR_ATOMLIST_H
#ifndef _TYPESAFE_EXPAND_MACROS
#include "typesafe.h" #include "typesafe.h"
#ifndef _TYPESAFE_EXPAND_MACROS
#include "frratomic.h" #include "frratomic.h"
#endif /* _TYPESAFE_EXPAND_MACROS */ #endif /* _TYPESAFE_EXPAND_MACROS */