1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-21 17:44:52 +00:00

Update links

This commit is contained in:
Carles Fernandez
2020-02-06 17:33:29 +01:00
parent 3a3d26fb0c
commit 0f0c3e7e1d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import glob
########################################################################
# Strip comments from a c/cpp file.
# Input is code string, output is code string without comments.
# http://stackoverflow.com/questions/241327/python-snippet-to-remove-c-and-c-comments
# https://stackoverflow.com/questions/241327/remove-c-and-c-comments-using-python
########################################################################
def comment_remover(text):
def replacer(match):