R=r
DELTA=8 (1 added, 0 deleted, 7 changed)
OCL=19245
CL=19245
#define NTERM 10
#define MAXALIGN 7
-#define SIGN(n) ((vlong)1<<(n-1))
+#define SIGN(n) ((uvlong)1<<(n-1))
#define MASK(n) (SIGN(n)|(SIGN(n)-1))
#define BITS 5
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-for i in 6l 6a 6c 6g gc cc ar db nm blyacc acid
+for i in 6l 6a 6c 6g gc cc ar db nm blyacc acid cov prof
do
cd $i
make clean
make enam.o
cd ..
-for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid
+for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov prof
do
echo; echo; echo %%%% making $i %%%%; echo
cd $i
collapse = 0;
break;
case 'd':
- delta_msec = atoi(EARGF(Usage));
+ delta_msec = atoi(EARGF(Usage()));
break;
case 't':
- total_sec = atoi(EARGF(Usage));
+ total_sec = atoi(EARGF(Usage()));
break;
case 'p':
- pid = atoi(EARGF(Usage));
+ pid = atoi(EARGF(Usage()));
break;
case 'f':
functions = 1;
extern char gotypestrings[]; // really a go String, but we don't have the definition here
-void FLUSH(void *v) { }
+void FLUSH(void*) { }
void reflect·typestrings(void *s) {
s = gotypestrings;
static uint64
stringhash(uint32 s, string *a)
{
+ USED(s);
return memhash((*a)->len, (*a)->str);
}