Skip to content

Commit

Permalink
work on define overrides : rfct
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 12, 2021
1 parent 49e3b16 commit b00b4fe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions makesure
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function prepare_args( i,arg) {
ARGV[1] = ARGV[++i]
} else if (arg == "-D" || arg == "--define") {
delete ARGV[i]
parse_define_arg(ARGV[++i])
DefineOverrides = issue_line(DefineOverrides, ARGV[++i])
} else
Args[arg]
} else
Expand All @@ -64,14 +64,6 @@ function prepare_args( i,arg) {
#print "--- ArgGoals: "; for (i in ArgGoals) print i " : " ArgGoals[i]
}
function parse_define_arg(arg, n,k,v) {
# n = index(arg, "=")
# k = substr(arg,1,n-1)
# v = substr(arg,n+1)
# Defines[k]=v
DefineOverrides = issue_line(DefineOverrides, arg)
}
function handle_options() {
check_prelude_only()
Expand Down

0 comments on commit b00b4fe

Please sign in to comment.