Skip to content

Commit 8e669eb

Browse files
oops, this is C
1 parent 4fb005f commit 8e669eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void ansMsg(ans_t *ans, int n, bool verbose, const char *func) {
2828
* R interface to test ansMsg function
2929
* see inst/tests/types.Rraw
3030
*/
31-
# notranslate start
31+
// # notranslate start
3232
void testRaiseMsg(ans_t *ans, int istatus, bool verbose) {
3333
if (verbose) {
3434
snprintf(end(ans->message[0]), 500, "%s: stdout 1 message\n", __func__);
@@ -88,4 +88,4 @@ SEXP testMsgR(SEXP status, SEXP x, SEXP k) {
8888
UNPROTECT(protecti);
8989
return ans;
9090
}
91-
# notranslate end
91+
// # notranslate end

0 commit comments

Comments
 (0)