Skip to content

Commit

Permalink
Fix compilation with old 4d
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Aug 30, 2024
1 parent 5efcdce commit 463d6ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Project/Sources/Methods/COMPILER_file.4dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//%attributes = {}
If (False:C215)

//______________________________________
C_OBJECT:C1216(DummyFile; $0)

//______________________________________
C_OBJECT:C1216(FileFrom; $0)
C_VARIANT:C1683(FileFrom; $1)
Expand Down
4 changes: 1 addition & 3 deletions Project/Sources/folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,6 @@
"Pseudo-Class",
"Tests"
],
"methods": [
"DummyFile"
],
"classes": [
"coordinates"
]
Expand Down Expand Up @@ -716,6 +713,7 @@
"file": {
"methods": [
"COMPILER_file",
"DummyFile",
"FileFrom",
"FileOrFolderFrom",
"FolderFrom",
Expand Down

0 comments on commit 463d6ac

Please sign in to comment.