}
if (array_init(return_value) == FAILURE) {
- // TODO: Should we issue a warning here so we don't have ambiguity
- // with the above return value ?
+ /* TODO: Should we issue a warning here so we don't have ambiguity
+ * with the above return value ?
+ */
RETURN_FALSE;
}
}
if (array_init(return_value) == FAILURE) {
- // TODO: Should we issue a warning here so we don't have ambiguity
- // with the above return value ?
+ /* TODO: Should we issue a warning here so we don't have ambiguity
+ * with the above return value ?
+ */
RETURN_FALSE;
}
}
if (array_init(return_value) == FAILURE) {
- // TODO: Should we issue a warning here so we don't have ambiguity
- // with the above return value ?
+ /* TODO: Should we issue a warning here so we don't have ambiguity
+ * with the above return value ?
+ */
RETURN_FALSE;
}
return;
if (NULL == (p = ctermid(buffer))) {
- // Found no documentation how the defined behaviour is when this
- // function fails
+ /* Found no documentation how the defined behaviour is when this
+ * function fails
+ */
POSIX_G(last_error) = errno;
RETURN_FALSE;
}
}
if (array_init(return_value) == FAILURE) {
- // TODO: Should we issue a warning here so we don't have ambiguity
- // with the above return value ?
+ /* TODO: Should we issue a warning here so we don't have ambiguity
+ * with the above return value ?
+ */
RETURN_FALSE;
}
}
if (array_init(return_value) == FAILURE) {
- // TODO: Should we issue a warning here so we don't have ambiguity
- // with the above return value ?
+ /* TODO: Should we issue a warning here so we don't have ambiguity
+ * with the above return value ?
+ */
RETURN_FALSE;
}