X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcodelab.h;h=103049b2323002599933b2efb73fe28a7e127664;hb=1ea5889a8704e8e1c009f1f479b64c748695bbfb;hp=480d3a15b131aa86adaf6cacfc330d0a7b82c2ee;hpb=4185caf8558690ae4720d4a83d829ed3ed087ae9;p=cc65 diff --git a/src/cc65/codelab.h b/src/cc65/codelab.h index 480d3a15b..103049b23 100644 --- a/src/cc65/codelab.h +++ b/src/cc65/codelab.h @@ -108,8 +108,8 @@ void CL_AddRef (CodeLabel* L, struct CodeEntry* E); void CL_MoveRefs (CodeLabel* OldLabel, CodeLabel* NewLabel); /* Move all references to OldLabel to point to NewLabel. OldLabel will have no - * more references on return. - */ +** more references on return. +*/ void CL_Output (const CodeLabel* L); /* Output the code label to the output file */