[#BSLS_IDENT_RCSID] = BSLS_IDENT_RCSID :mrdocs: Insert an SCM identity string into the compiled object. == Synopsis Declared in `<bsls_ident.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_IDENT_RCSID(tag, str) ---- == Parameters [cols="1,4"] |=== | Name| Description | *tag* | identifier used as a static character‐array name when `BSLS_IDENT` is unavailable | *str* | SCM identity string to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#