Bug 716702: Fix C++-style comment in header 'jsopcode.h' that gets included in C code. r=bhackett

This commit is contained in:
Daniel Holbert
2012-01-09 15:45:54 -08:00
parent 54fd226853
commit 814687ab16

View File

@@ -632,7 +632,7 @@ class OpcodeCounts
return counts[which];
}
// Boolean conversion, for 'if (counters) ...'
/* Boolean conversion, for 'if (counters) ...' */
operator void*() const {
return counts;
}