Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 8, 2025
1 parent bf38ae8 commit 3622f3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/ast_layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include "ast_layout.h"

#include "generated-config/ast_layout_attribute_value_extern.h"
#include "generated-config/ast_layout_type_attributes_all.h"
#include "generated-config/ast_layout_type_attributes_values.h"
#include "generated-config/ast_layout_type_attributes_all.h"

/**
*
Expand Down
2 changes: 1 addition & 1 deletion src/generated-config/ast_layout_attribute_value_extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ extern const ast_layout_attribute_pair_t ast_layout_allowed_lang[];






#endif




2 changes: 1 addition & 1 deletion src/generated-config/ast_layout_type_attributes_all.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ layout_map_entry_t layout_map[] = {
{ AST_LAYOUT_TYPE_MEDIA, valid_attributes_media, valid_attributes_media_length },

// ----------- END AUTO GENERATED ----------- //

};

const size_t map_size = sizeof(layout_map) / sizeof(layout_map[0]);

#endif



2 changes: 1 addition & 1 deletion src/generated-config/ast_layout_type_attributes_values.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const size_t valid_attributes_media_length = 0;






#endif

12 changes: 1 addition & 11 deletions src/generated-config/ast_layout_type_attributes_values_extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,7 @@ extern const size_t valid_attributes_media_length;














#endif



Expand Down

0 comments on commit 3622f3c

Please sign in to comment.