Updated build for stream-applications-release-train.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
define ceil(x) {
|
||||
auto s, r
|
||||
s = scale
|
||||
scale = 0
|
||||
r = x / 1
|
||||
if(r < x) {
|
||||
r = r + 1
|
||||
}
|
||||
scale = s
|
||||
return (r)
|
||||
}
|
||||
Reference in New Issue
Block a user