mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 09:35:07 +01:00
analysis
This commit is contained in:
parent
b74c11987b
commit
475a520de3
8 changed files with 61 additions and 8 deletions
|
|
@ -261,4 +261,4 @@ pub enum ExternalDecl {
|
|||
FunctionDef(FunctionDef),
|
||||
}
|
||||
|
||||
pub type TranslationUnit = Vec<ExternalDecl>;
|
||||
pub type TranslationUnit = Vec<Spanned<ExternalDecl>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue